summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-03 23:27:39 +0100
commitd35d893c3d256223efc59e5bbdacce08352fd901 (patch)
tree4c5d1bfa654b9293b1247fc66ff895dbcee785bd /sal
parentc6f5d3ad899230b4a785d27fb677d0c9e7137c4b (diff)
Typos
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/uunxapi.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/uunxapi.cxx b/sal/osl/unx/uunxapi.cxx
index a98481622c4c..5a2a32605896 100644
--- a/sal/osl/unx/uunxapi.cxx
+++ b/sal/osl/unx/uunxapi.cxx
@@ -295,7 +295,7 @@ int open_c(const char *cpPath, int oflag, int mode)
// A new file was created. Check if it is outside the sandbox.
// (In that case it must be one the user selected as export or
// save destination in a file dialog, otherwise we wouldn't
- // have been able to crete it.) Create and store a security
+ // have been able to create it.) Create and store a security
// scoped bookmark for it so that we can access the file in
// the future, too. (For the "Recent Files" functionality.)
const char *sandbox = [NSHomeDirectory() UTF8String];