Fix typos
Change-Id: Iffa6d87339f7ba338e74b2b9d061dd2815b19408 Reviewed-on: https://gerrit.libreoffice.org/61790 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
eaf0c263eb
commit
c85186441b
2 changed files with 2 additions and 2 deletions
|
@ -195,7 +195,7 @@ void SAL_CALL OMySQLTable::alterColumnByName(const OUString& colName,
|
|||
|| sOldDesc != sNewDesc)
|
||||
{
|
||||
// special handling because they changed the type names to distinguish
|
||||
// if a column should be an auto_incmrement one
|
||||
// if a column should be an auto_increment one
|
||||
if (bOldAutoIncrement != bAutoIncrement)
|
||||
{
|
||||
OUString sTypeName;
|
||||
|
|
|
@ -87,7 +87,7 @@ namespace dbaui
|
|||
void onTypeSelected(const OUString& _sURLPrefix);
|
||||
|
||||
/**
|
||||
* Initializes the listbox, which contains entires each representing a
|
||||
* Initializes the listbox, which contains entries each representing a
|
||||
* connection to an existing database.
|
||||
*/
|
||||
void initializeTypeList();
|
||||
|
|
Loading…
Reference in a new issue