diff options
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index 485d995f80..17c6bd78e8 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -817,7 +817,7 @@ style.") (native-inputs (list `(,glib "bin"))) ; for glib-compile-resources (home-page "https://github.com/jeffchannell/jiggle") - (synopsis "Mouse cursor enlargment for small and fast movements") + (synopsis "Mouse cursor enlargement for small and fast movements") (description "Jiggle is a Gnome Shell extension that highlights the cursor position when the mouse is moved rapidly.") (license license:gpl2))) |