diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 17:20:45 +0100 |
commit | 3a014901fdc4134f4fae669b66b154b1137c2352 (patch) | |
tree | b991fc3cabb21e4048bb41d894965e94c0b98e19 /basic | |
parent | e3f141323eea90259248cef4576ddb267b9c2d06 (diff) |
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/methods.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx index d46d99be481b..af2f02142050 100644 --- a/basic/source/runtime/methods.cxx +++ b/basic/source/runtime/methods.cxx @@ -3417,7 +3417,7 @@ RTLFUNC(Shell) } sal_Int32 nLen = aCmdLine.getLength(); - // #55735 if there are parameters, they have to be seperated + // #55735 if there are parameters, they have to be separated // #72471 also seperate the single parameters std::list<String> aTokenList; OUString aToken; |