diff options
| author | Peter Moulder <peter.moulder@monash.edu> | 2009-04-04 02:32:05 +0000 |
|---|---|---|
| committer | pjrm <pjrm@users.sourceforge.net> | 2009-04-04 02:32:05 +0000 |
| commit | a9cd5ded02dd31244064bc7e51df3bd89f0516dc (patch) | |
| tree | ad67c6c80835fea41181d006b6417132c2e125cf | |
| parent | add support for 6 colors, for use in ROBO-Master (diff) | |
| download | inkscape-a9cd5ded02dd31244064bc7e51df3bd89f0516dc.tar.gz inkscape-a9cd5ded02dd31244064bc7e51df3bd89f0516dc.zip | |
noop: comment spelling
(bzr r7618)
| -rw-r--r-- | src/extension/internal/svg.cpp | 4 |
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. |
