summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
}
}
}