More spell checking of all source files -- correct missed errors, switch to EN-GB...
[pub/USBasp.git] / LUFA / Scheduler / Scheduler.h
index d9fe3b8..673a933 100644 (file)
                                 */
                                void Scheduler_Start(void);
                                
-                               /** Initializes the scheduler so that the scheduler functions can be called before the scheduler itself
+                               /** Initialises the scheduler so that the scheduler functions can be called before the scheduler itself
                                 *  is started. This must be executed before any scheduler function calls other than Scheduler_Start(),
                                 *  and can be omitted if no such functions could be called before the scheduler is started.
                                 */