diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-11-11 18:54:56 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-11-11 19:02:50 -0800 |
commit | 71700f42975257a1874629c7c3ff13b5bab671fc (patch) | |
tree | 87837bafc0f5980016658090d2ec016d3084acde /gnu/packages/xfce.scm | |
parent | a806b0b08e2fac3d249bb4faaf5196088189a06f (diff) | |
download | patches-71700f42975257a1874629c7c3ff13b5bab671fc.tar patches-71700f42975257a1874629c7c3ff13b5bab671fc.tar.gz |
gnu: xfce4-diskperf-plugin: Fix typo in description.
* gnu/packages/xfce (xfce4-diskperf-plugin)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/xfce.scm')
-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 771b795239..296457c375 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1426,7 +1426,7 @@ governor and frequencies supported and used by your system.") "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin") (synopsis "Display disk performance in the Xfce panel") (description "This Xfce panel plugin displays instant disk/partition -performance (bytes transfered per second).") +performance (bytes transferred per second).") (license gpl2+))) (define-public xfce4-embed-plugin |