diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:14:14 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:30 -0700 |
commit | 245289f8ddcead9b64bad1a5d237071a7979349b (patch) | |
tree | a03661829a9d944a2816ceec9fb2189939b8aadb | |
parent | 74e74dd0bd34dde1c00fd3725c20719a37279692 (diff) | |
download | patches-245289f8ddcead9b64bad1a5d237071a7979349b.tar patches-245289f8ddcead9b64bad1a5d237071a7979349b.tar.gz |
gnu: lxqt-policykit: Fix typo "authentication".
* gnu/packages/lxqt (lxqt-policykit)[description]: Fix typo.
-rw-r--r-- | gnu/packages/lxqt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index d91efe715d..cac68c44c9 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -651,7 +651,7 @@ of other programs.") #t))))) (home-page "https://lxqt.org/") (synopsis "The LXQt PolicyKit agent") - (description "lxqt-policykit is the polkit authentification agent of + (description "lxqt-policykit is the polkit authentication agent of LXQt.") (license license:lgpl2.1+))) |