From 9cb8666daa9eaecc5533690466397f0b342a817e Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Mon, 21 Sep 2015 10:11:22 +0200
Subject: [PATCH] bodhi: fix typo in error messages
"Reselase" -> "Release"
Related to rhbz#1264591
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
src/plugins/bodhi.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/plugins/bodhi.c b/src/plugins/bodhi.c
index bbd88f7..809d398 100644
--- a/src/plugins/bodhi.c
+++ b/src/plugins/bodhi.c
@@ -492,7 +492,7 @@ int main(int argc, char **argv)
{
/* There are no bodhi updates for Rawhide */
if (strcasecmp(release, "rawhide") == 0)
- error_msg_and_die("Reselase \"%s\" is not supported",release);
+ error_msg_and_die("Release \"%s\" is not supported",release);
query = strbuf_append_strf(query, "releases=%s&", release);
}
@@ -524,7 +524,7 @@ int main(int argc, char **argv)
if (rawhide)
{
strbuf_free(query);
- error_msg_and_die("Reselase \"Rawhide\" is not supported");
+ error_msg_and_die("Release \"Rawhide\" is not supported");
}
}
}
--
2.5.0