diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:10:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:15:51 +0200 |
commit | 430484932e1254f7076321c2a7b3ec3df1512896 (patch) | |
tree | a14900e50ad012302814e4272934639578e01435 /include/connectivity | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/virtualdbtools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/connectivity/virtualdbtools.hxx b/include/connectivity/virtualdbtools.hxx index e3b647b3ec18..21c6093c5769 100644 --- a/include/connectivity/virtualdbtools.hxx +++ b/include/connectivity/virtualdbtools.hxx @@ -277,7 +277,7 @@ namespace connectivity //= ISQLParseNode - /** a simple version of the OSQLParseNode, with all methods beeing virtual + /** a simple version of the OSQLParseNode, with all methods being virtual */ class OOO_DLLPUBLIC_DBTOOLS ISQLParseNode : public ::rtl::IReference { @@ -304,7 +304,7 @@ namespace connectivity //= ISQLParser - /** a simple version of the OSQLParser, with all methods beeing virtual + /** a simple version of the OSQLParser, with all methods being virtual */ class OOO_DLLPUBLIC_DBTOOLS ISQLParser : public ::rtl::IReference { |