diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:13:49 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:23 +0200 |
commit | 5e378e331e53fe921f276af44d972bd837dc14fa (patch) | |
tree | e275324e37d342f4169b2052e62dcc2b2390f5af /sw/inc | |
parent | d47e763eabf8170474a3c364fc929139ef54e979 (diff) |
typo: titel -> title
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/poolfmt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/poolfmt.hxx b/sw/inc/poolfmt.hxx index bc9126361817..7280f9ed6225 100644 --- a/sw/inc/poolfmt.hxx +++ b/sw/inc/poolfmt.hxx @@ -376,8 +376,8 @@ RES_POOLCOLL_REGISTER_END, /// Group chapter / document. RES_POOLCOLL_DOC_BEGIN = COLL_DOC_BITS, -RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. titel. -RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitel. +RES_POOLCOLL_DOC_TITEL = RES_POOLCOLL_DOC_BEGIN, ///< Doc. title. +RES_POOLCOLL_DOC_SUBTITEL, ///< Doc. subtitle. RES_POOLCOLL_DOC_END, |