summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 17:20:45 +0100
commit3a014901fdc4134f4fae669b66b154b1137c2352 (patch)
treeb991fc3cabb21e4048bb41d894965e94c0b98e19 /basic
parentFix typos retreive/retrieve furture/future (diff)
downloadcore-3a014901fdc4134f4fae669b66b154b1137c2352.tar.gz
core-3a014901fdc4134f4fae669b66b154b1137c2352.zip
Fix typo seperated/separated
Change-Id: I133423de994b1befe246b6c921802428a3528202
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx2
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;