boxes: Fix grammar in warning

Spotted while debugging https://gitlab.gnome.org/GNOME/mutter/-/issues/64

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2236>
This commit is contained in:
Björn Daase 2022-01-14 19:12:02 +01:00
parent ee96ba44f9
commit 5f78e932a8

View File

@ -434,7 +434,7 @@ merge_spanning_rects_in_region (GList *region)
if (region == NULL)
{
g_warning ("Region to merge was empty! Either you have a some "
g_warning ("Region to merge was empty! Either you have some "
"pathological STRUT list or there's a bug somewhere!");
return NULL;
}