diff options
| author | Yuri Chornoivan <yurchor@ukr.net> | 2018-01-01 15:43:35 +0000 |
|---|---|---|
| committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-01-01 15:43:35 +0000 |
| commit | 29b8607efbe3bb3c9af4d4729a0bd16cc419ea30 (patch) | |
| tree | b352c6c8e4060ccba60080c8c5e904dbb934bd54 /src/live_effects/effect.cpp | |
| parent | Cleanup comments and unused functions (diff) | |
| download | inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.tar.gz inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.zip | |
Fix minor typos
Diffstat (limited to 'src/live_effects/effect.cpp')
| -rw-r--r-- | src/live_effects/effect.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp index f4aad4f53..a1fe9855a 100644 --- a/src/live_effects/effect.cpp +++ b/src/live_effects/effect.cpp @@ -130,7 +130,7 @@ const Util::EnumData<EffectType> LPETypeData[] = { {MEASURE_SEGMENTS, N_("Measure Segments"), "measure_segments"}, {FILLET_CHAMFER, N_("Fillet/Chamfer"), "fillet_chamfer"}, {BOOL_OP, N_("Boolean operation"), "bool_op"}, - {EMBRODERY_STITCH, N_("Embrodery stitch"), "embrodery_stitch"}, + {EMBRODERY_STITCH, N_("Embroidery stitch"), "embrodery_stitch"}, {POWERCLIP, N_("Power clip"), "powerclip"}, {POWERMASK, N_("Power mask"), "powermask"}, #ifdef LPE_ENABLE_TEST_EFFECTS |
