diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2022-01-14 17:48:51 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2022-01-14 18:23:33 -0800 |
commit | 604d80bb8d96539ae9161e0fc0e259c1491e5d0d (patch) | |
tree | f65b0e6775f152030e53983b57c93bc8217cbc58 /gnu/packages | |
parent | b4882ff752068544c0a66c117efc34b1c6bdaf92 (diff) |
gnu: gnome-shell-extension-jiggle: Fix spelling.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix
spelling of "enlargement".
Diffstat (limited to 'gnu/packages')
-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))) |