aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wgetopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgetopt.h')
-rw-r--r--src/wgetopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wgetopt.h b/src/wgetopt.h
index 95e1462d..5cf60ea0 100644
--- a/src/wgetopt.h
+++ b/src/wgetopt.h
@@ -68,7 +68,7 @@ class wgetopter_t {
int woptind;
// The next char to be scanned in the option-element in which the last option character we
- // returned was found. This allows us to pick up the scan where we left off.
+ // returned was found. This allows us to pick up the scan where we left off.
//
// If this is zero, or a null string, it means resume the scan by advancing to the next
// ARGV-element.