02_options.c.patch 1.5 KB

1234567891011121314151617181920212223242526
  1. Description: A little fix for wrong words.
  2. Author: William Vera <billy@billy.com.mx>
  3. Last-Update: 2008-08-15
  4. Index: scrot-0.8/src/options.c
  5. ===================================================================
  6. --- scrot-0.8.orig/src/options.c
  7. +++ scrot-0.8/src/options.c
  8. @@ -229,7 +229,7 @@ show_usage(void)
  9. " low quality means high compression.\n"
  10. " -m, --multidisp For multiple heads, grab shot from each\n"
  11. " and join them together.\n"
  12. - " -s, --select interactively choose a window or rectnagle\n"
  13. + " -s, --select interactively choose a window or rectangle\n"
  14. " with the mouse\n"
  15. " -t, --thumb NUM generate thumbnail too. NUM is the percentage\n"
  16. " of the original size for the thumbnail to be,\n"
  17. @@ -238,7 +238,7 @@ show_usage(void)
  18. " Both the --exec and filename parameters can take format specifiers\n"
  19. " that are expanded by " PACKAGE " when encountered.\n"
  20. " There are two types of format specifier. Characters preceded by a '%%'\n"
  21. - " are interpretted by strftime(2). See man strftime for examples.\n"
  22. + " are interpreted by strftime(2). See man strftime for examples.\n"
  23. " These options may be used to refer to the current date and time.\n"
  24. " The second kind are internal to " PACKAGE
  25. " and are prefixed by '$'\n"