Browse Source

s/timout/timeout/

Fixes CLIENT-130

Change-Id: I25b0174adf19c56d39068a7b98e0f613dcdaccc3
Reviewed-on: http://gerrit.dmdirc.com/1808
Reviewed-by: Chris Smith <chris@dmdirc.com>
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
tags/0.6.5
Greg Holmes 13 years ago
parent
commit
f406144fa0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/com/dmdirc/addons/osd/OsdCommand.java

+ 1
- 1
src/com/dmdirc/addons/osd/OsdCommand.java View File

@@ -117,7 +117,7 @@ public final class OsdCommand extends Command implements
117 117
     @Override
118 118
     public String getHelp() {
119 119
         return "osd --close - closes all OSD windows\n"
120
-                + "osd [--timout <delay in seconds>] <message> - show the "
120
+                + "osd [--timeout <delay in seconds>] <message> - show the "
121 121
                 + "specified message in an OSD window";
122 122
     }
123 123
 

Loading…
Cancel
Save