summaryrefslogtreecommitdiffstats
path: root/util/normalize
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-10-26 10:10:34 (GMT)
commitfb25d5d1dbc64b764c11e05b72515f74713a498d (patch)
tree26c9599e379addb6f1af1cad2c64788d7c4f8276 /util/normalize
parent9c61980b344ae6302bb0b57764c1840164745a71 (diff)
downloadQt-fb25d5d1dbc64b764c11e05b72515f74713a498d.zip
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.gz
Qt-fb25d5d1dbc64b764c11e05b72515f74713a498d.tar.bz2
Doc : Fixing typo.
Diffstat (limited to 'util/normalize')
-rw-r--r--util/normalize/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/normalize/main.cpp b/util/normalize/main.cpp
index 4658b5e..65b8d51 100644
--- a/util/normalize/main.cpp
+++ b/util/normalize/main.cpp
@@ -159,7 +159,7 @@ int main(int argc, char *argv[])
printf("usage: normalize [--modify] <path>\n");
printf(" <path> can be a single file or a directory (default: look for *.cpp recursively)");
printf(" Outputs all filenames that contain non-normalized SIGNALs and SLOTs\n");
- printf(" with --modify: fix all occurences of non-normalized SIGNALs and SLOTs\n");
+ printf(" with --modify: fix all occurrences of non-normalized SIGNALs and SLOTs\n");
return 1;
}