summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2022-01-14 17:48:51 -0800
committerVagrant Cascadian <vagrant@debian.org>2022-01-14 18:23:33 -0800
commit604d80bb8d96539ae9161e0fc0e259c1491e5d0d (patch)
treef65b0e6775f152030e53983b57c93bc8217cbc58
parentb4882ff752068544c0a66c117efc34b1c6bdaf92 (diff)
downloadguix-patches-604d80bb8d96539ae9161e0fc0e259c1491e5d0d.tar
guix-patches-604d80bb8d96539ae9161e0fc0e259c1491e5d0d.tar.gz
gnu: gnome-shell-extension-jiggle: Fix spelling.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-jiggle)[synopsis]: Fix spelling of "enlargement".
-rw-r--r--gnu/packages/gnome-xyz.scm2
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)))