Cosmetic: L3_Templates: fix comment: fro -> for

Change-Id: I239bbf21202300ac9883b5a0b5608d10db0fd721
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 := {