From f8c0d86d6c2f667fa0ac263058be642d0941e39e Mon Sep 17 00:00:00 2001 From: Mitchell Hentges Date: Tue, 27 Sep 2022 00:00:30 +0200 Subject: [PATCH] Fix GtkSettings docs typo "left of right" should be "left or right". There's a small (subjective?) English nit in there as well: I believe that buttons are placed (for example) "on the right" rather than "at the right". --- gtk/gtksettings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index aeeba2ac6f..532467ffe5 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -907,7 +907,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * * Determines which buttons should be put in the * titlebar of client-side decorated windows, and whether they - * should be placed at the left of right. + * should be placed on the left or right. * * The format of the string is button names, separated by commas. * A colon separates the buttons that should appear on the left -- 2.30.2