aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-19 11:36:17 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-19 11:36:17 -0700
commit22677cf08da74034cd6ec8e68d05bfc778609214 (patch)
tree4bc45e7fab5d7d3b52b25ad85ceafee0f63bcd71 /doc
parent0da475f3e906044371a302df9d6343c4084b31a1 (diff)
downloadsimple-opt-22677cf08da74034cd6ec8e68d05bfc778609214.tar.gz
typo
Diffstat (limited to 'doc')
-rw-r--r--doc/example.c2
1 files changed, 1 insertions, 1 deletions
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;
}