diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-19 12:07:40 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-19 12:07:40 +0000 |
| commit | 6f82eefceb224c8d5d7c9b93289a21cc31ba411d (patch) | |
| tree | e42ec37ac15fa39505f63ce9158110492231cfd6 /src/ui/tools/gradient-tool.cpp | |
| parent | Fixed compiling problems and removed ACTIVE DESKTOP from LPE (diff) | |
| parent | ui/tools: sp. fixes (cosmetic) (diff) | |
| download | inkscape-6f82eefceb224c8d5d7c9b93289a21cc31ba411d.tar.gz inkscape-6f82eefceb224c8d5d7c9b93289a21cc31ba411d.zip | |
update to trunk
(bzr r13879.1.14)
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; } |
