diff options
author | Steve Zesch <[email protected]> | 2012-11-24 00:32:03 -0500 |
---|---|---|
committer | Steve Zesch <[email protected]> | 2012-11-24 00:32:03 -0500 |
commit | 5fe5821ef2b69faee48d0b04f60e9b3b080ce203 (patch) | |
tree | a480372bb708a2c66f6dc3c6d70837c2ff890d5b /invest-applet | |
parent | cc1669e86f8b9dce5e1cdaf7de0a0f96ad211fb0 (diff) | |
download | mate-applets-5fe5821ef2b69faee48d0b04f60e9b3b080ce203.tar.bz2 mate-applets-5fe5821ef2b69faee48d0b04f60e9b3b080ce203.tar.xz |
Fixed spelling error.
Diffstat (limited to 'invest-applet')
-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:] |