From 82ebf908fa07ca5e0fd42b82ba41864fb47109b6 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 4 Dec 2021 20:38:31 +0100 Subject: [PATCH] gobj: Fix spelling error in doc of async-load-delay config variable --- panda/src/gobj/config_gobj.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/gobj/config_gobj.cxx b/panda/src/gobj/config_gobj.cxx index 07075a94a8..16a35981c5 100644 --- a/panda/src/gobj/config_gobj.cxx +++ b/panda/src/gobj/config_gobj.cxx @@ -487,7 +487,7 @@ PRC_DESC("If this is nonzero, it represents an artificial delay, " "in seconds, that is imposed on every asynchronous load attempt " "(within the thread). Its purpose is to help debug errors that " "may occur when an asynchronous load is delayed. The " - "delay is per-model, and all aync loads will be queued " + "delay is per-model, and all async loads will be queued " "up behind the delay--it is as if the time it takes to read a " "file is increased by this amount per read."));