diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-18 16:56:05 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2018-03-03 13:39:27 +0000 |
| commit | b671d0cf29ba09019718da5a6623e26656e65eac (patch) | |
| tree | 402b155e345eb15a5d5b1e1948736d1128b3cec2 /src/knotholder.h | |
| parent | Merge from trunk (diff) | |
| download | inkscape-b671d0cf29ba09019718da5a6623e26656e65eac.tar.gz inkscape-b671d0cf29ba09019718da5a6623e26656e65eac.zip | |
Source typos
Please review
Diffstat (limited to 'src/knotholder.h')
| -rw-r--r-- | src/knotholder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knotholder.h b/src/knotholder.h index 3c535cc31..01e81c845 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -60,7 +60,7 @@ public: void add_pattern_knotholder(); void setEditTransform(Geom::Affine edit_transform); - Geom::Affine getEditTranform() const { return _edit_transform; } + Geom::Affine getEditTransform() const { return _edit_transform; } bool knot_mouseover() const; |
