From 22677cf08da74034cd6ec8e68d05bfc778609214 Mon Sep 17 00:00:00 2001 From: katherine Date: Mon, 19 Mar 2018 11:36:17 -0700 Subject: typo --- doc/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/example.c b/doc/example.c index 426515a..fee399b 100644 --- a/doc/example.c +++ b/doc/example.c @@ -67,7 +67,7 @@ int main(int argc, char **argv) simple_opt_print_usage(stdout, 80, argv[0], "[OPTION]... [--] [NON-OPTION]...", "This is where you would put an overview description of the " - "program and it's general functionality.", options); + "program and its general functionality.", options); return 0; } -- cgit v1.2.3