gnu: gnome-shell-extension-jiggle: Fix spelling.

* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix
  spelling of "enlargement".
This commit is contained in:
Vagrant Cascadian 2022-01-14 17:48:51 -08:00
parent b4882ff752
commit 604d80bb8d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -817,7 +817,7 @@ (define-public gnome-shell-extension-jiggle
(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)))