From ac6e8ac7e407887a18bca6c835f85e372a4d0932 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 6 Feb 2014 23:21:40 +0100 Subject: typo fixes in comments Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc --- svtools/source/dialogs/addresstemplate.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index 597c741e4995..7c1edfc554c3 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -169,7 +169,7 @@ public: ,m_sDSName( _rDataSourceName ) ,m_sTableName( _rTableName ) { - // fill our aliaes structure + // fill our aliases structure // first collect all known programmatic names StringBag aKnownNames; @@ -182,7 +182,7 @@ public: } while ( nIndex >= 0); - // loop throuzh the given names + // loop through the given names const AliasProgrammaticPair* pFields = _rFields.getConstArray(); const AliasProgrammaticPair* pFieldsEnd = pFields + _rFields.getLength(); for (;pFields != pFieldsEnd; ++pFields) -- cgit