std: Fix typo in getopts doc attribute

This commit is contained in:
Benjamin Kircher 2012-05-01 04:12:17 +02:00
parent e348567f77
commit 22254c3b48

View File

@ -9,7 +9,7 @@ failure code back, or a match. You'll have to verify whether the amount of
argument values out of the match object.
Single-character options are expected to appear on the command line with a
single preceeding dash; multiple-character options are expected to be
single preceding dash; multiple-character options are expected to be
proceeded by two dashes. Options that expect an argument accept their argument
following either a space or an equals sign.