Change in osmo-hlr[master]: cosmetic: fix spelling in logging message: existAnt -> existEnt

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 29 11:05:29 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hlr/+/20960 )


Change subject: cosmetic: fix spelling in logging message: existAnt -> existEnt
......................................................................

cosmetic: fix spelling in logging message: existAnt -> existEnt

Change-Id: Id803d0c71f3762b8353289853918ea78859780b4
---
M src/hlr_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/60/20960/1

diff --git a/src/hlr_vty.c b/src/hlr_vty.c
index e959be8..a054cbe 100644
--- a/src/hlr_vty.c
+++ b/src/hlr_vty.c
@@ -305,7 +305,7 @@
 {
 	struct hlr_euse *euse = euse_find(g_hlr, argv[0]);
 	if (!euse) {
-		vty_out(vty, "%% Cannot remove non-existant EUSE %s%s", argv[0], VTY_NEWLINE);
+		vty_out(vty, "%% Cannot remove non-existent EUSE %s%s", argv[0], VTY_NEWLINE);
 		return CMD_WARNING;
 	}
 	if (g_hlr->euse_default == euse) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/20960
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: Id803d0c71f3762b8353289853918ea78859780b4
Gerrit-Change-Number: 20960
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/f391cc61/attachment.htm>


More information about the gerrit-log mailing list