From c94cfa1c7a3a39e9dc7a80e42b50e33376de8094 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 14 Apr 2012 23:59:52 +0200 Subject: [PATCH] Fix a typo in the documentation of struct ggo_help. s/exexutables/executables. --- ggo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggo.h b/ggo.h index d1105ef8..936fb107 100644 --- 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. */ -- 2.30.2