summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorPedro Giffuni <pfg@apache.org>2014-04-29 19:05:05 +0000
committerPedro Giffuni <pfg@apache.org>2014-04-29 19:05:05 +0000
commita6efc99d19d533fcf53106b6667bafba4d364370 (patch)
treeef4148e08d491e7e2077c8c5f4c2b93170ad56a5 /cpputools
parent86642be54bf5914da333a4e0784ad939f63d83bc (diff)
Many spelling fixes: directories a* - g*.
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before.
Notes
Notes: merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/registercomponent/registercomponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpputools/source/registercomponent/registercomponent.cxx b/cpputools/source/registercomponent/registercomponent.cxx
index d4b05601d4b5..f9bd2482a981 100644
--- a/cpputools/source/registercomponent/registercomponent.cxx
+++ b/cpputools/source/registercomponent/registercomponent.cxx
@@ -134,7 +134,7 @@ static void usingRegisterImpl()
fprintf(stderr, " -c locationUrls\n"
" the location of a component (a url to a shared\n"
" library or a absolute url to a .jar file) or a\n"
- " list of urls seperated by ';' or ' '. Note if a\n"
+ " list of urls separated by ';' or ' '. Note if a\n"
" list of urls is specified, the components must\n"
" all need the same loader (quoting is possible with\n"
" \\ or \"\").\n");