Kaydet (Commit) c8518644 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Iffa6d87339f7ba338e74b2b9d061dd2815b19408
Reviewed-on: https://gerrit.libreoffice.org/61790
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst eaf0c263
...@@ -195,7 +195,7 @@ void SAL_CALL OMySQLTable::alterColumnByName(const OUString& colName, ...@@ -195,7 +195,7 @@ void SAL_CALL OMySQLTable::alterColumnByName(const OUString& colName,
|| sOldDesc != sNewDesc) || sOldDesc != sNewDesc)
{ {
// special handling because they changed the type names to distinguish // 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) if (bOldAutoIncrement != bAutoIncrement)
{ {
OUString sTypeName; OUString sTypeName;
......
...@@ -87,7 +87,7 @@ namespace dbaui ...@@ -87,7 +87,7 @@ namespace dbaui
void onTypeSelected(const OUString& _sURLPrefix); 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. * connection to an existing database.
*/ */
void initializeTypeList(); void initializeTypeList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment