From: Denis Vlasenko Date: Mon, 9 Mar 2009 16:25:33 +0000 (-0000) Subject: fix typo in help text X-Git-Tag: 1_14_0~264 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9257671c7628341b8c5daeee30454982c4474137;p=platform%2Fupstream%2Fbusybox.git fix typo in help text --- diff --git a/include/usage.h b/include/usage.h index e3905eb..b19803d 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1293,7 +1293,7 @@ "\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"