summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2018-08-01 09:09:25 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2018-08-01 09:09:25 +0000
commit5a1e35b3c2a228f80125e7e1c1e486d2e3468007 (patch)
tree1d78a9fbbb2da5d0b71f418be209e7f9719457d3
parent9f16f682457ab7e493367c25deddcdd3bb8b3612 (diff)
parent1aad02ad4ff636e260d0c4bad188a7931cb4c5b6 (diff)
downloaddconf-5a1e35b3c2a228f80125e7e1c1e486d2e3468007.tar.gz
Merge branch 'patch-1' into 'master'
dconf-update.vala: correct error message grammar See merge request GNOME/dconf!6
-rw-r--r--bin/dconf-update.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dconf-update.vala b/bin/dconf-update.vala
index d452092..b7a41dc 100644
--- a/bin/dconf-update.vala
+++ b/bin/dconf-update.vala
@@ -224,7 +224,7 @@ void update_all (string dirname) throws GLib.Error {
try {
maybe_update_from_directory (name);
} catch (Error e) {
- printerr ("unable compile %s: %s\n", name, e.message);
+ printerr ("unable to compile %s: %s\n", name, e.message);
}
}
}