summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:17:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:17:03 +0100
commiteb7185a168dbe454891c8d4be610935e6ff0008b (patch)
tree8b3b1583c08d709bfebfafd17634fb88b944f3f0 /xmlsecurity
parent2dca0ccf0760a64eab986c178873926a6a125cc5 (diff)
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/xmlstreamio.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/xmlstreamio.cxx b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
index c47e681b91fe..08237c40f31c 100644
--- a/xmlsecurity/source/xmlsec/xmlstreamio.cxx
+++ b/xmlsecurity/source/xmlsec/xmlstreamio.cxx
@@ -156,7 +156,7 @@ int xmlEnableStreamInputCallbacks()
if( !( enableXmlStreamIO & XMLSTREAMIO_INITIALIZED ) ) {
//Register the callbacks into xmlSec
//In order to make the xmlsec io finding the callbacks firstly,
- //I put the callbacks at the very begining.
+ //I put the callbacks at the very beginning.
//Cleanup the older callbacks.
//Notes: all none default callbacks will lose.