Change in libosmocore[master]: frame_relay: Fix some spelling/language issues

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Nov 25 16:39:21 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/21339 )


Change subject: frame_relay: Fix some spelling/language issues
......................................................................

frame_relay: Fix some spelling/language issues

Change-Id: I0ec34c0b452a46008a629f664c10dabd3f836d56
---
M src/gb/frame_relay.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/39/21339/1

diff --git a/src/gb/frame_relay.c b/src/gb/frame_relay.c
index f890209..fba31f8 100644
--- a/src/gb/frame_relay.c
+++ b/src/gb/frame_relay.c
@@ -342,7 +342,7 @@
 	OSMO_ASSERT(link);
 
 	if (link->role == FR_ROLE_USER_EQUIPMENT) {
-		LOGPFRL(link, LOGL_ERROR, "STATUS-ENQ are not support for role user\n");
+		LOGPFRL(link, LOGL_ERROR, "STATUS-ENQ aren't supported in role user\n");
 		return -1;
 	}
 
@@ -600,7 +600,7 @@
 	OSMO_ASSERT(link);
 
 	if (link->role == FR_ROLE_NETWORK_EQUIPMENT) {
-		LOGPFRL(link, LOGL_ERROR, "Rx STATUS: STATUS aren't support for role network\n");
+		LOGPFRL(link, LOGL_ERROR, "Rx STATUS: STATUS aren't supported in role network\n");
 		return -1;
 	}
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I0ec34c0b452a46008a629f664c10dabd3f836d56
Gerrit-Change-Number: 21339
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201125/da56e6e9/attachment.htm>


More information about the gerrit-log mailing list