aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2021-05-25 01:14:45 +0200
committerlynxis lazus <lynxis@fe80.eu>2021-05-28 16:14:28 +0000
commit99b837ad09b94df531e7090cc6ebec0503001f9d (patch)
treea6f0afd36827514a7e48f22afb8dd29d75ab96e3
parent8d9fcf44617c3cedb7bda74bc2a2b10c8d5297ea (diff)
NS_Provider_IPL4: fix typos in comments
-rw-r--r--library/NS_Provider_IPL4.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/NS_Provider_IPL4.ttcn b/library/NS_Provider_IPL4.ttcn
index 8145c133..774c08a8 100644
--- a/library/NS_Provider_IPL4.ttcn
+++ b/library/NS_Provider_IPL4.ttcn
@@ -16,10 +16,10 @@
* exchange data with the next higher level component, such as a NSVC_CT
* or a RAW_NS_CT.
*
- * 2) the enew "endpoint" mode, where one provider can host a number of different
+ * 2) the new "endpoint" mode, where one provider can host a number of different
* NSVCs. This is needed in most non-trivial IP-SNS scenarios. The 'NSE'
* port of this component is no longer used. Instead, there is a NSVC port
- * array, one of which will be used for each NSVC. The NSVCs are dynamically
+ * array, one of which will be used for each NSVC. The NSVCs are dynamically
* added and removed via the PROC procedure port, controlled by NS_CT.
*/