diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 11:58:51 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 12:03:39 -0700 |
commit | f5dd283c4cdda2ae012c05b38007ae138d043207 (patch) | |
tree | 0345760032bc4c6124b32f2ded14640df06fc1c2 | |
parent | 67e2e1718cc79c73bb0272b691522b7d41a73bb3 (diff) | |
download | guix-f5dd283c4cdda2ae012c05b38007ae138d043207.tar.gz guix-f5dd283c4cdda2ae012c05b38007ae138d043207.zip |
gnu: flyer-composer: Fix spelling of "command".
* gnu/packages/pdf (flyer-composer): Fix typo.
-rw-r--r-- | gnu/packages/pdf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index e9a9b619e7..6ea17ffe49 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -135,7 +135,7 @@ where Flyer Composer steps in, creating a PDF which holds your flyer four times. If you have a second page, Flyer Composer can arrange it the same way - even if the second page is in a separate PDF file. -This package contains both the commnd line tool and the gui too.") +This package contains both the command line tool and the gui too.") (license license:agpl3+))) (define-public flyer-composer-cli |