aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--getgopt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/getgopt.go b/getgopt.go
index 166430a..684d66f 100644
--- a/getgopt.go
+++ b/getgopt.go
@@ -77,7 +77,7 @@ func parseArgs(optstring string) {
* returned. This makes it very easy to incorperate into a for/while loop.
*/
func Getopt(argc int, argv []string, optstring string, optptr *byte) bool {
- /* If we havem't parsed the optstring yet, parse it */
+ /* If we haven't parsed the optstring yet, parse it */
if !parsed {
parseArgs(optstring)
parsed = true