diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-07 23:11:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-11-07 23:11:54 +0000 |
| commit | 51639504fbee801b07900b8ffeef069157d298cb (patch) | |
| tree | 6aec1edd9cfaf33d18e8f2cb61e90bcfaf99b9e1 /src/extension/dbus/document-interface.cpp | |
| parent | Fixes to CPU (diff) | |
| parent | Merge branch 'luzpaz/inkscape-typos' (!119) (diff) | |
| download | inkscape-51639504fbee801b07900b8ffeef069157d298cb.tar.gz inkscape-51639504fbee801b07900b8ffeef069157d298cb.zip | |
Merge branch 'master' into fixSymbolsCpuProblems
Diffstat (limited to 'src/extension/dbus/document-interface.cpp')
| -rw-r--r-- | src/extension/dbus/document-interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dbus/document-interface.cpp b/src/extension/dbus/document-interface.cpp index 513ec2f5c..c85281aa4 100644 --- a/src/extension/dbus/document-interface.cpp +++ b/src/extension/dbus/document-interface.cpp @@ -151,7 +151,7 @@ get_name_from_object (SPObject * obj) /* * Some verbs (cut, paste) only work on the active layer. - * This makes sure that the document that is about to recive a command is active. + * This makes sure that the document that is about to receive a command is active. */ void desktop_ensure_active (SPDesktop* desk) { |
