summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extension/internal/svg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/extension/internal/svg.cpp b/src/extension/internal/svg.cpp
index 5afb62d25..31178f8d5 100644
--- a/src/extension/internal/svg.cpp
+++ b/src/extension/internal/svg.cpp
@@ -175,9 +175,9 @@ Svg::open (Inkscape::Extension::Input */*mod*/, const gchar *uri)
\param doc Document to save.
\param uri The filename to save the file to.
- This function first checks it's parameters, and makes sure that
+ This function first checks its parameters, and makes sure that
we're getting good data. It also checks the module ID of the
- incoming module to figure out if this is save should include
+ incoming module to figure out whether this save should include
the Inkscape namespace stuff or not. The result of that comparison
is stored in the spns variable.