[dconf: 1/2] dconf-update.vala: correct error message grammar
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf: 1/2] dconf-update.vala: correct error message grammar
- Date: Wed, 1 Aug 2018 09:09:45 +0000 (UTC)
commit 1aad02ad4ff636e260d0c4bad188a7931cb4c5b6
Author: Kenyon Ralph <kenyon kenyonralph com>
Date: Thu Jul 26 00:52:49 2018 +0000
dconf-update.vala: correct error message grammar
bin/dconf-update.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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);
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]