Fix source typos (heirarchy->hierarchy)

This commit is contained in:
luz paz 2022-04-08 14:09:37 -04:00 committed by Robin Gareus
parent 5bf088e8d1
commit fb55878375
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 9 additions and 9 deletions

View file

@ -389,7 +389,7 @@ UI::set_tip (Widget *w, const gchar *tip, const gchar *hlp)
}
if (action) {
/* get_bindings_from_widget_heirarchy */
/* get_bindings_from_widget_hierarchy */
Widget* ww = w;
Bindings* bindings = NULL;
do {