diff options
Diffstat (limited to 'src/ui/tools/spray-tool.cpp')
| -rw-r--r-- | src/ui/tools/spray-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/spray-tool.cpp b/src/ui/tools/spray-tool.cpp index 5593ceb34..5a68fa969 100644 --- a/src/ui/tools/spray-tool.cpp +++ b/src/ui/tools/spray-tool.cpp @@ -799,7 +799,7 @@ static bool fit_item(SPDesktop *desktop, } if (pick_to_presence) { if (g_random_double_range (0, 1) > val) { - //Hidding the element is a way to retain original + //Hiding the element is a way to retain original //behaviour of tiled clones for presence option. sp_repr_css_set_property(css, "opacity", "0"); } |
