diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-18 23:33:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-02-19 09:54:35 +0100 |
commit | b23c95fe396d4de64084169b304b7e562672a4e3 (patch) | |
tree | 71f82bf83693a00bc3d93efe3209a05d19fd921b /gnu/packages/geo.scm | |
parent | d56af1ff62a3759c323fec8760abf2a3e13c7dad (diff) | |
download | patches-b23c95fe396d4de64084169b304b7e562672a4e3.tar patches-b23c95fe396d4de64084169b304b7e562672a4e3.tar.gz |
gnu: protozero: Fix typo in description.
* gnu/packages/geo.scm (protozero)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d95547763e..884f57eabd 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -757,7 +757,7 @@ to create databases that are optimized for rendering/tile/map-services.") (build-system cmake-build-system) (home-page "https://github.com/mapbox/protozero") (synopsis "Minimalistic protocol buffer decoder and encoder in C++") - (description "Protozero is a minimalistic protocol buffer decored and + (description "Protozero is a minimalistic protocol buffer decoder and encoder in C++. The developer using protozero has to manually translate the @file{.proto} description into code.") (license (list |