gobj: Fix spelling error in doc of async-load-delay config variable

This commit is contained in:
rdb 2021-12-04 20:38:31 +01:00
parent e2c26adcf0
commit 82ebf908fa

View File

@ -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 " "in seconds, that is imposed on every asynchronous load attempt "
"(within the thread). Its purpose is to help debug errors that " "(within the thread). Its purpose is to help debug errors that "
"may occur when an asynchronous load is delayed. The " "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 " "up behind the delay--it is as if the time it takes to read a "
"file is increased by this amount per read.")); "file is increased by this amount per read."));