summaryrefslogtreecommitdiff
path: root/src/Dialogs.vala
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-21 19:19:04 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-01-21 19:19:04 +0100
commitf39ea21098340bd99c48669f152c9068046c2c99 (patch)
treed1166fce1a4a8c470dfaf364816f767678c4729e /src/Dialogs.vala
parentbc48a4cff815ed156b603c92e684779c317417ba (diff)
parenta7ff7c49085c320c1e0a2ffb66cc6d283c5acb8e (diff)
Merge tag 'upstream/0.25.3'
Upstream version 0.25.3
Diffstat (limited to 'src/Dialogs.vala')
-rw-r--r--src/Dialogs.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Dialogs.vala b/src/Dialogs.vala
index ef26b0e..d2f2cb0 100644
--- a/src/Dialogs.vala
+++ b/src/Dialogs.vala
@@ -2668,7 +2668,7 @@ public class PreferencesDialog {
private bool map_event() {
// Set the signal for the lib dir button after the dialog is displayed,
- // because the FileChooserButton has a nasty habbit of selecting a
+ // because the FileChooserButton has a nasty habit of selecting a
// different folder when displayed if the provided path doesn't exist.
// See ticket #3000 for more info.
library_dir_button.current_folder_changed.connect(on_current_folder_changed);