From: <sv...@ww...> - 2004-11-14 18:04:50
|
Author: mkrose Date: 2004-11-14 10:04:43 -0800 (Sun, 14 Nov 2004) New Revision: 1308 Modified: trunk/CSP/SimCore/Util/SynchronousUpdate.h Log: Fix a typo. Browse at: https://www.zerobar.net/viewcvs/viewcvs.cgi?view=rev&rev=1308 Modified: trunk/CSP/SimCore/Util/SynchronousUpdate.h =================================================================== --- trunk/CSP/SimCore/Util/SynchronousUpdate.h 2004-11-14 17:21:46 UTC (rev 1307) +++ trunk/CSP/SimCore/Util/SynchronousUpdate.h 2004-11-14 18:04:43 UTC (rev 1308) @@ -180,7 +180,7 @@ * UpdateTarget instances. Attachments are made via UpdateProxy instances * which automatically disconnect the callbacks if the target is destroyed. * The UpdateMaster maintains a separate list for callbacks that require - * "immidiate" updates (i.e. as soon as possible), and a priority queue for + * "immediate" updates (i.e. as soon as possible), and a priority queue for * callbacks that only require delayed updates. The minimum time until the * next update callback is determined by the return value of onUpdate(), * where <= 0 means immediate. Of course callbacks can only occur as |