diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml
index eae966514fe..82a79102b74 100644
--- a/doc/classes/OS.xml
+++ b/doc/classes/OS.xml
@@ -56,7 +56,7 @@
- Delay execution of the current thread by [code]msec[/code] milliseconds. [code]usec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message.
+ Delay execution of the current thread by [code]msec[/code] milliseconds. [code]msec[/code] must be greater than or equal to [code]0[/code]. Otherwise, [method delay_msec] will do nothing and will print an error message.