summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation/script.cpp
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2007-03-02 17:06:37 +0000
committeracspike <acspike@users.sourceforge.net>2007-03-02 17:06:37 +0000
commitaab581ac95a3d501a4c44b1fe9ac71a5a62a3bce (patch)
tree2736619d7b51f01054cc92e5a5a53c43011f37df /src/extension/implementation/script.cpp
parentfix result piping from shelled-out commands on win32 (diff)
downloadinkscape-aab581ac95a3d501a4c44b1fe9ac71a5a62a3bce.tar.gz
inkscape-aab581ac95a3d501a4c44b1fe9ac71a5a62a3bce.zip
fix comment to match code
comment said "sp_ext_" code was changed to "ink_ext_" (bzr r2502)
Diffstat (limited to 'src/extension/implementation/script.cpp')
-rw-r--r--src/extension/implementation/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index dbfd685dd..37632b31a 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -675,7 +675,7 @@ Script::save(Inkscape::Extension::Output *module,
This function is a little bit trickier than the previous two. It
needs two temporary files to get it's work done. Both of these
files have random names created for them using the g_file_open_temp function
- with the sp_ext_ prefix in the temporary directory. Like the other
+ with the ink_ext_ prefix in the temporary directory. Like the other
functions, the temporary files are deleted at the end.
To save/load the two temporary documents (both are SVG) the internal