Skip to content

Commit

Permalink
Fix spelling errors in final binary
Browse files Browse the repository at this point in the history
Patch from Debian (02_options.c.patch)
Author: William Vera <billy@billy.com.mx>
Last-Update: 2008-08-15
  • Loading branch information
eribertomota committed Feb 12, 2019
1 parent 084b553 commit f66085e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/options.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/* options.c
Copyright (C) 1999,2000 Tom Gilbert.
Copyright 1999-2000 Tom Gilbert <tom@linuxbrit.co.uk,
gilbertt@linuxbrit.co.uk,
scrot_sucks@linuxbrit.co.uk>
Copyright 2008 William Vera <billy@billy.com.mx>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
Expand Down Expand Up @@ -229,7 +232,7 @@ show_usage(void)
" low quality means high compression.\n"
" -m, --multidisp For multiple heads, grab shot from each\n"
" and join them together.\n"
" -s, --select interactively choose a window or rectnagle\n"
" -s, --select interactively choose a window or rectangle\n"
" with the mouse\n"
" -t, --thumb NUM generate thumbnail too. NUM is the percentage\n"
" of the original size for the thumbnail to be,\n"
Expand All @@ -238,7 +241,7 @@ show_usage(void)
" Both the --exec and filename parameters can take format specifiers\n"
" that are expanded by " PACKAGE " when encountered.\n"
" There are two types of format specifier. Characters preceded by a '%%'\n"
" are interpretted by strftime(2). See man strftime for examples.\n"
" are interpreted by strftime(2). See man strftime for examples.\n"
" These options may be used to refer to the current date and time.\n"
" The second kind are internal to " PACKAGE
" and are prefixed by '$'\n"
Expand Down

0 comments on commit f66085e

Please sign in to comment.