diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-03-19 01:53:00 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-03-19 01:53:00 +0000 |
| commit | 8fe962f4de79592f7df62c3ec08f98cf90757208 (patch) | |
| tree | 674a1159c91b10e399ef96ae376259078a75faff /src/ui/tools/gradient-tool.cpp | |
| parent | packaging: Show details about failures in bug updating (diff) | |
| download | inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.tar.gz inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.zip | |
ui/tools: sp. fixes (cosmetic)
(bzr r14016)
Diffstat (limited to 'src/ui/tools/gradient-tool.cpp')
| -rw-r--r-- | src/ui/tools/gradient-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/gradient-tool.cpp b/src/ui/tools/gradient-tool.cpp index 5be84eb76..b27859ebb 100644 --- a/src/ui/tools/gradient-tool.cpp +++ b/src/ui/tools/gradient-tool.cpp @@ -321,7 +321,7 @@ sp_gradient_context_add_stops_between_selected_stops (GradientTool *rc) if (d->point_type == POINT_RG_FOCUS) { /* * There are 2 draggables at the center (start) of a radial gradient - * To avoid creating 2 seperate stops, ignore this draggable point type + * To avoid creating 2 separate stops, ignore this draggable point type */ continue; } |
