From 54eb375ff14e2a93cea70eab35719be4d25f51ca Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Wed, 24 Oct 2018 15:56:18 -0400 Subject: all: fix spelling and typos Signed-off-by: Daniel Kahn Gillmor --- common/stringhelp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/stringhelp.c') diff --git a/common/stringhelp.c b/common/stringhelp.c index 0abac8ae5..751e5711f 100644 --- a/common/stringhelp.c +++ b/common/stringhelp.c @@ -1400,7 +1400,7 @@ parse_version_number (const char *s, int *number) /* This function breaks up the complete string-representation of the - version number S, which is of the following struture: .[.]. The major, minor, and micro number components will be stored in *MAJOR, *MINOR and *MICRO. If MICRO is not given 0 is used instead. -- cgit v1.2.3