summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Hentges <mitch9654@gmail.com>2022-09-27 00:00:30 +0200
committerMitchell Hentges <mitch9654@gmail.com>2022-09-27 00:00:30 +0200
commitf8c0d86d6c2f667fa0ac263058be642d0941e39e (patch)
tree0139aa7f9916a40b43008a922bb34967801b9334
parenta012f5bddbc9bc0d2342c7d4f4512f632687ea8c (diff)
downloadgtk+-f8c0d86d6c2f667fa0ac263058be642d0941e39e.tar.gz
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".
-rw-r--r--gtk/gtksettings.c2
1 files changed, 1 insertions, 1 deletions
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