diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2017-01-11 14:51:54 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2017-01-11 14:51:54 +0000 |
| commit | a990b228dac4df40190334093d695e486ba1eee4 (patch) | |
| tree | 4f0545b7b11eda6583f9057579e506931c91218c /src/ui/dialog/align-and-distribute.cpp | |
| parent | Remove debugging lines from last commit. (diff) | |
| download | inkscape-a990b228dac4df40190334093d695e486ba1eee4.tar.gz inkscape-a990b228dac4df40190334093d695e486ba1eee4.zip | |
fix comment typos
(bzr r15408)
Diffstat (limited to 'src/ui/dialog/align-and-distribute.cpp')
| -rw-r--r-- | src/ui/dialog/align-and-distribute.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/align-and-distribute.cpp b/src/ui/dialog/align-and-distribute.cpp index 236832beb..1c88fc849 100644 --- a/src/ui/dialog/align-and-distribute.cpp +++ b/src/ui/dialog/align-and-distribute.cpp @@ -614,7 +614,7 @@ private : } }; -// instantiae the private static member +// instantiate the private static member boost::optional<Geom::Point> ActionExchangePositions::center; class ActionUnclump : public Action { @@ -928,7 +928,7 @@ AlignAndDistribute::AlignAndDistribute() { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - //Instanciate the align buttons + //Instantiate the align buttons addAlignButton(INKSCAPE_ICON("align-horizontal-right-to-anchor"), _("Align right edges of objects to the left edge of the anchor"), 0, 0); |
