window-tracker: Fix typo

This commit is contained in:
Florian Müllner 2014-01-24 12:23:48 -05:00
parent e6be483755
commit ba06a87ba8

View File

@ -496,7 +496,7 @@ on_wm_class_changed (MetaWindow *window,
/* It's simplest to just treat this as a remove + add. */
disassociate_window (self, window);
track_window (self, window);
/* also just recaulcuate the focused app, in case it was the focused
/* also just recalculate the focused app, in case it was the focused
window that changed */
update_focus_app (self);
}