Change in ...osmo-ttcn3-hacks[master]: Cosmetic: L3_Templates: fix comment: fro -> for

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

osmith gerrit-no-reply at lists.osmocom.org
Tue Jul 9 12:06:26 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14705


Change subject: Cosmetic: L3_Templates: fix comment: fro -> for
......................................................................

Cosmetic: L3_Templates: fix comment: fro -> for

Change-Id: I239bbf21202300ac9883b5a0b5608d10db0fd721
---
M library/L3_Templates.ttcn
1 file changed, 5 insertions(+), 5 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/05/14705/1

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 6af020b..b39bb7a 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -54,7 +54,7 @@
 }
 
 
-/* send template fro Mobile Identity (TMSI) */
+/* send template for Mobile Identity (TMSI) */
 template MobileIdentityLV ts_MI_TMSI_LV(OCT4 tmsi) := {
 	lengthIndicator := 0, /* overwritten */
 	mobileIdentityV := {
@@ -69,7 +69,7 @@
 	}
 }
 
-/* send template fro Mobile Identity (TMSI) */
+/* send template for Mobile Identity (TMSI) */
 function ts_MI_TMSI_TLV(template (omit) OCT4 tmsi) return template (omit) MobileIdentityTLV {
 	var template (omit) MobileIdentityTLV ret;
 	if (istemplatekind(tmsi, "omit")) {
@@ -129,7 +129,7 @@
 	return l3;
 }
 
-/* send template fro Mobile Identity (IMSI) */
+/* send template for Mobile Identity (IMSI) */
 template (value) MobileIdentityLV ts_MI_IMSI_LV(hexstring imsi_digits) := {
 	lengthIndicator := 0, /* overwritten */
 	mobileIdentityV := {
@@ -140,7 +140,7 @@
 	}
 }
 
-/* send template fro Mobile Identity (IMEI) */
+/* send template for Mobile Identity (IMEI) */
 template (value) MobileIdentityLV ts_MI_IMEI_LV(hexstring imei_digits) := {
 	lengthIndicator := 0, /* overwritten */
 	mobileIdentityV := {
@@ -151,7 +151,7 @@
 	}
 }
 
-/* send template fro Mobile Identity (IMEISV) */
+/* send template for Mobile Identity (IMEISV) */
 template (value) MobileIdentityLV ts_MI_IMEISV_LV(hexstring imei_digits) := {
 	lengthIndicator := 0, /* overwritten */
 	mobileIdentityV := {

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I239bbf21202300ac9883b5a0b5608d10db0fd721
Gerrit-Change-Number: 14705
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190709/fcaa8ecb/attachment.htm>


More information about the gerrit-log mailing list