[recipes] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Fix a typo
- Date: Tue, 3 Jan 2017 17:25:00 +0000 (UTC)
commit 5451726f3b6d4fd81f7314b8d524c022f7803152
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jan 3 12:24:32 2017 -0500
Fix a typo
This error message did not make sense.
src/gr-ingredients-list.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gr-ingredients-list.c b/src/gr-ingredients-list.c
index a600afd..600f545 100644
--- a/src/gr-ingredients-list.c
+++ b/src/gr-ingredients-list.c
@@ -189,7 +189,7 @@ gr_ingredients_list_populate_new_format (GrIngredientsList *ingredients,
u = "";
if (unit[0] != '\0' &&
((u = gr_unit_parse (&unit, &local_error)) == NULL)) {
- g_message ("failed to unit amount in '%s': %s", unit, local_error->message);
+ g_message ("failed to parse unit in '%s': %s", unit, local_error->message);
g_free (ing);
continue;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]