summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2013-11-14 11:00:35 -0500
committerRyan Lortie <desrt@desrt.ca>2013-11-14 11:00:35 -0500
commitac9bee871e601043cdac8fb2a7991057dd39898a (patch)
tree5fe7a3e5cc3c9503937bd4dda6a79bb52fe38bd3
parent6ca3c80b12b3a9fc7609095d360f01eab2519879 (diff)
downloadgnome-settings-daemon-ac9bee871e601043cdac8fb2a7991057dd39898a.tar.gz
Fix small typo in README.xsettings
-rw-r--r--plugins/xsettings/README.xsettings2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xsettings/README.xsettings b/plugins/xsettings/README.xsettings
index c2449b5a..624ccabd 100644
--- a/plugins/xsettings/README.xsettings
+++ b/plugins/xsettings/README.xsettings
@@ -27,7 +27,7 @@ booleans -- you must use an integer that is either 0 or 1.
An example setting for this key (as expressed in GVariant text format)
might be:
- { 'Gtk/ShellShowsAppMenu': < 0 >, 'Xft/DPI', < 98304 > }
+ { 'Gtk/ShellShowsAppMenu': < 0 >, 'Xft/DPI': < 98304 > }
Noting that variants must be specified in the usual way (wrapped in <>).