summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-02-18 23:33:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-02-19 09:54:35 +0100
commitb23c95fe396d4de64084169b304b7e562672a4e3 (patch)
tree71f82bf83693a00bc3d93efe3209a05d19fd921b /gnu
parentd56af1ff62a3759c323fec8760abf2a3e13c7dad (diff)
downloadguix-b23c95fe396d4de64084169b304b7e562672a4e3.tar.gz
gnu: protozero: Fix typo in description.
* gnu/packages/geo.scm (protozero)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/geo.scm2
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