[gnome-software/wip/rancell/apt] Fix typo in error message
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/apt] Fix typo in error message
- Date: Mon, 14 Mar 2016 23:24:27 +0000 (UTC)
commit 99d248159465a6851ddbc65c3548e81907e7540e
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Mar 15 12:24:19 2016 +1300
Fix typo in error message
src/plugins/gs-plugin-apt.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-apt.c b/src/plugins/gs-plugin-apt.c
index 7b02631..e8f3209 100644
--- a/src/plugins/gs-plugin-apt.c
+++ b/src/plugins/gs-plugin-apt.c
@@ -723,7 +723,7 @@ aptd_transaction (GsPlugin *plugin, const gchar *method, GsApp *app, GError **er
g_set_error (error,
GS_PLUGIN_ERROR,
GS_PLUGIN_ERROR_FAILED,
- "apt trasaction returned result %s", transaction_result);
+ "apt transaction returned result %s", transaction_result);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]