[gtk: 1/2] Fix GtkSettings docs typo




commit f8c0d86d6c2f667fa0ac263058be642d0941e39e
Author: Mitchell Hentges <mitch9654 gmail com>
Date:   Tue Sep 27 00:00:30 2022 +0200

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]