diff options
-rwxr-xr-x | invest-applet/invest/invest-applet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/invest-applet/invest/invest-applet.py b/invest-applet/invest/invest-applet.py index 1e08c5ab..92a2b960 100755 --- a/invest-applet/invest/invest-applet.py +++ b/invest-applet/invest/invest-applet.py @@ -68,7 +68,7 @@ if __name__ == "__main__": try: opts, args = getopt.getopt(sys.argv[1:], "hdw", ["help", "debug", "window"]) except getopt.GetoptError: - # Unknown args were passed, we fallback to bahave as if + # Unknown args were passed, we fallback to behave as if # no options were passed opts = [] args = sys.argv[1:] |