aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/example.c')
-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;
}