prefs: fix a couple of typos
It's "threshold", not "trheshold". Also, make sure to add the enum value to the documentation section. https://bugzilla.gnome.org/show_bug.cgi?id=767805
This commit is contained in:

committed by
Cosimo Cecchi

parent
9b97a44760
commit
4c1fe4c30d
@ -1844,7 +1844,7 @@ meta_preference_to_string (MetaPreference pref)
|
||||
return "DRAGGABLE_BORDER_WIDTH";
|
||||
|
||||
case META_PREF_DRAG_THRESHOLD:
|
||||
return "DRAG_TRHESHOLD";
|
||||
return "DRAG_THRESHOLD";
|
||||
|
||||
case META_PREF_DYNAMIC_WORKSPACES:
|
||||
return "DYNAMIC_WORKSPACES";
|
||||
|
Reference in New Issue
Block a user