From 5fe5821ef2b69faee48d0b04f60e9b3b080ce203 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Sat, 24 Nov 2012 00:32:03 -0500 Subject: Fixed spelling error. --- invest-applet/invest/invest-applet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invest-applet') 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:] -- cgit v1.2.1