summaryrefslogtreecommitdiff
path: root/basic/source/runtime/methods.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/methods.cxx')
-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 19d52a8cbc8f..ff85d10bd49e 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -3448,7 +3448,7 @@ RTLFUNC(Shell)
sal_Int32 nLen = aCmdLine.getLength();
// #55735 if there are parameters, they have to be separated
- // #72471 also seperate the single parameters
+ // #72471 also separate the single parameters
std::list<String> aTokenList;
OUString aToken;
sal_Int32 i = 0;