summaryrefslogtreecommitdiff
path: root/scripting/source/pyprov/officehelper.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/source/pyprov/officehelper.py')
-rw-r--r--scripting/source/pyprov/officehelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/pyprov/officehelper.py b/scripting/source/pyprov/officehelper.py
index 0e915a6b792b..6151dab1882d 100644
--- a/scripting/source/pyprov/officehelper.py
+++ b/scripting/source/pyprov/officehelper.py
@@ -56,7 +56,7 @@ def bootstrap():
random.seed()
sPipeName = "uno" + str(random.random())[2:]
- # Start the office proces, don't check for exit status since an exception is caught anyway if the office terminates unexpectedly.
+ # Start the office process, don't check for exit status since an exception is caught anyway if the office terminates unexpectedly.
cmdArray = (sOffice, "-nologo", "-nodefault", "".join(["-accept=pipe,name=", sPipeName, ";urp;"]))
os.spawnv(os.P_NOWAIT, sOffice, cmdArray)