diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 08:55:06 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:01 +0200 |
commit | c8ba045b3130d097f4a0248bf4de18b974906243 (patch) | |
tree | 6106f9c5da1f50879ca615392bec63c14a2da0de | |
parent | 9e0a480764fc08a98714e4c7eb304911b804cef7 (diff) |
typo: indentified -> identified
-rw-r--r-- | sw/source/core/access/acctable.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acctable.cxx b/sw/source/core/access/acctable.cxx index 5a48df473f33..1ae3f73a3ef7 100644 --- a/sw/source/core/access/acctable.cxx +++ b/sw/source/core/access/acctable.cxx @@ -1507,7 +1507,7 @@ void SAL_CALL SwAccessibleTable::selectAccessibleChild( if( pCrsrShell == NULL ) return; - // assure, that child, indentified by the given index, isn't already selected. + // assure, that child, identified by the given index, isn't already selected. if ( IsChildSelected( nChildIndex ) ) { return; |