diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-20 09:55:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:55:57 -0700 |
commit | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch) | |
tree | bf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /grc/gui/FileDialogs.py | |
parent | 2a6c82f5c2b719720dc180276c9815287e8a9586 (diff) |
Spelling fixes throughout the tree.
Diffstat (limited to 'grc/gui/FileDialogs.py')
-rw-r--r-- | grc/gui/FileDialogs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/FileDialogs.py b/grc/gui/FileDialogs.py index 730ac6fba0..4b6009b354 100644 --- a/grc/gui/FileDialogs.py +++ b/grc/gui/FileDialogs.py @@ -199,7 +199,7 @@ class FileDialog(FileDialogHelper): Get the filename and destroy the dialog. Returns: - the filename or None if a close/cancel occured. + the filename or None if a close/cancel occurred. """ filename = self.get_rectified_filename() self.destroy() |