diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-11-11 18:55:57 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-11-11 19:02:53 -0800 |
commit | 3306784a29302c65b45df18b7c1d3ad594d6c27b (patch) | |
tree | e669daaae49f3bb5a956fdff56e5302f2dfd79a3 | |
parent | 71700f42975257a1874629c7c3ff13b5bab671fc (diff) | |
download | patches-3306784a29302c65b45df18b7c1d3ad594d6c27b.tar patches-3306784a29302c65b45df18b7c1d3ad594d6c27b.tar.gz |
gnu: xfce4-diskperf-plugin: Fix typo in description.
* gnu/packages/xfce (xfce4-embed-plugin)[description]: Fix typo.
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 296457c375..315e4a45be 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1452,7 +1452,7 @@ performance (bytes transferred per second).") ("gtk+-2" ,gtk+-2))) (home-page "https://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin") - (synopsis "Embed arbitary applications inside the Xfce panel") + (synopsis "Embed arbitrary applications inside the Xfce panel") (description "This plugin enables the embedding of arbitrary application windows into the Xfce panel. The window is resized into the panel space available, and the associated program can be |