summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-08-28 15:03:13 -0400
committerBehdad Esfahbod <behdad@behdad.org>2012-08-28 15:03:13 -0400
commit7c23af76e687819023f4a4ec9127b5919044bf32 (patch)
tree7cc0639ee4be7d296b593ea69fce3b4c533a76c0
parent9a4a7d805e4055839b319c7b5b6382a7101b1980 (diff)
downloadfribidi-7c23af76e687819023f4a4ec9127b5919044bf32.tar.gz
Bug 54149 - Fix typo in fribidi help information
-rw-r--r--bin/fribidi-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fribidi-main.c b/bin/fribidi-main.c
index a68399c..51bc821 100644
--- a/bin/fribidi-main.c
+++ b/bin/fribidi-main.c
@@ -134,7 +134,7 @@ help (
" --nopad Do not right justify RTL lines\n"
" --nobreak Do not break long lines\n"
" -w, --width W Screen width for padding, default is %d, but if\n"
- " enviroment variable COLUMNS is defined, its value\n"
+ " environment variable COLUMNS is defined, its value\n"
" will be used, --width overrides both of them.\n",
text_width);
printf