diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:51:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:29 +0200 |
commit | eb97517492b6eb35a3e05c6f739ba9b35e8af09b (patch) | |
tree | f02f6773f85c3b7e5822b7924e3a09b6b1684320 /gnu/packages | |
parent | f45284f127a7a7fb5bf4cdb5141f13109ea98c6a (diff) | |
download | guix-eb97517492b6eb35a3e05c6f739ba9b35e8af09b.tar.gz guix-eb97517492b6eb35a3e05c6f739ba9b35e8af09b.zip |
gnu: tl-parser: Fix typo in description.
* gnu/packages/telegram.scm (tl-parser)[description]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/telegram.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/telegram.scm b/gnu/packages/telegram.scm index 82d1dc463c..e6bfe6c4f2 100644 --- a/gnu/packages/telegram.scm +++ b/gnu/packages/telegram.scm @@ -611,8 +611,8 @@ Telegram instant messenger.") #:include-regexp ("\\.h$"))) args)))))) (synopsis "Parse tl scheme to tlo") - (description "TL-Parser is a tl scheme to tlo file parser. It was formely -a part of telegram-cli, but now being maintained separately.") + (description "TL-Parser is a tl scheme to tlo file parser. It was +formerly a part of telegram-cli, but now being maintained separately.") (home-page "https://github.com/vysheng/tl-parser") (license license:gpl2+)))) |