summaryrefslogtreecommitdiff
path: root/idl/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-02-11 10:03:18 +0200
committerNoel Grandin <noel@peralex.com>2016-02-11 10:03:18 +0200
commitcf6c21e7f11fa7e438700478d61d5341cb614bd0 (patch)
tree56f66b310049121c6a566f3434542d19dbd60d28 /idl/inc
parent78a072f0a18cc90275b8d2ba630b3be693586327 (diff)
ReadDelemiter->ReadDelimiter
Change-Id: I311eb27e3d287f3ef409cb54f19a152793f940d9
Diffstat (limited to 'idl/inc')
-rw-r--r--idl/inc/lex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx
index 412bb3343337..14b91cd893e6 100644
--- a/idl/inc/lex.hxx
+++ b/idl/inc/lex.hxx
@@ -199,7 +199,7 @@ public:
return false;
}
- void ReadDelemiter()
+ void ReadDelimiter()
{
if( (*pCurToken)->IsChar()
&& (';' == (*pCurToken)->GetChar()