From 3461b7f77f03765f0071e91f9be1bae48c0581c6 Mon Sep 17 00:00:00 2001
From: kristof <Kristof.Szabados@ericsson.com>
Date: Sat, 8 Apr 2017 17:18:25 +0200
Subject: [PATCH] corrected documentation tag

Signed-off-by: kristof <Kristof.Szabados@ericsson.com>
---
 compiler2/subtype.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler2/subtype.hh b/compiler2/subtype.hh
index 28503076a..e839612da 100644
--- a/compiler2/subtype.hh
+++ b/compiler2/subtype.hh
@@ -117,7 +117,7 @@ public:
   bool MaxExclusive() const;
   /** Return the length restriction object.
    *
-   * @ore selection is STP_LENGTH, or else FATAL_ERROR
+   * @pre selection is STP_LENGTH, or else FATAL_ERROR
    */
   Ttcn::LengthRestriction *Length() const;
   Ttcn::PatternString *Pattern() const;
-- 
GitLab