zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #04298
[Merge] lp:~gislenius/zorba/item-typos into lp:zorba
Ghislain Fourny has proposed merging lp:~gislenius/zorba/item-typos into lp:zorba.
Requested reviews:
Matthias Brantner (matthias-brantner)
For more details, see:
https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098
Correcting two typos (from Sausalito).
--
https://code.launchpad.net/~gislenius/zorba/item-typos/+merge/91098
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/store/naive/node_factory.h'
--- src/store/naive/node_factory.h 2012-01-11 17:30:25 +0000
+++ src/store/naive/node_factory.h 2012-02-01 14:58:27 +0000
@@ -108,7 +108,7 @@
virtual TextNode* createTextNode(
XmlTree* tree,
InternalNode* parent,
- bool aqppend,
+ bool append,
csize pos,
zstring& content);
=== modified file 'src/store/naive/node_items.cpp'
--- src/store/naive/node_items.cpp 2012-01-26 19:56:14 +0000
+++ src/store/naive/node_items.cpp 2012-02-01 14:58:27 +0000
@@ -1722,7 +1722,7 @@
strStream << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" << std::endl
<< "<document";
strStream << " baseUri = \"" << theBaseUri << "\"";
- strStream << " docUri = \"" << theDocUri;
+ strStream << " docUri = \"" << theDocUri << "\"";
strStream << "\">" << std::endl;
store::Iterator_t iter = getChildren();
Follow ups