Fix a typo in the documentation of struct ggo_help.
authorAndre Noll <maan@systemlinux.org>
Sat, 14 Apr 2012 21:59:52 +0000 (23:59 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 21 Apr 2012 17:22:19 +0000 (19:22 +0200)
s/exexutables/executables.

ggo.h

diff --git a/ggo.h b/ggo.h
index d1105ef893716ccddfcf7e5e821d343061fb0d58..936fb1079ba07e5bd9cb36ff38b6c6afe242be53 100644 (file)
--- a/ggo.h
+++ b/ggo.h
@@ -7,7 +7,7 @@
 /** \file ggo.h Functions and structures for help text handling. */
 
 /**
- * Used by exexutables that can not use gengetopt's generated help function.
+ * Used by executables that can not use gengetopt's generated help function.
  */
 struct ggo_help {
        /** The lines of the short help text. */