diff --git a/slpkg/main.py b/slpkg/main.py index 05c1c525..3403bbd2 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -278,7 +278,7 @@ class Argparse(Configs): elif arg[0] == '-' and arg not in self.options: invalid.append(arg) - # Counts the doubles options. + # Counts the recurring options. for opt in self.flags: if opt[0] == '-' and opt in self.options: if self.flags.count(opt) > 1: