fix typo in help text
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 9 Mar 2009 16:25:33 +0000 (16:25 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 9 Mar 2009 16:25:33 +0000 (16:25 -0000)
include/usage.h

index e3905eb..b19803d 100644 (file)
      "\nOptions:" \
      "\n       -v      Log also to stderr" \
      "\n       -w      Allow upload" \
-     "\n       DIR     Change root to ths directory" \
+     "\n       DIR     Change root to this directory" \
 
 #define ftpget_trivial_usage \
        "[options] remote-host local-file remote-file"