diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-04-15 05:10:29 +0200 |
commit | 435f5e30c968ffd5761873f8b3f756949545ce72 (patch) | |
tree | b7f1623723f23d141d7b6b0cada5d28523d53fdf /cosv | |
parent | 60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff) |
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/inc/cosv/tpl/tpltools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cosv/inc/cosv/tpl/tpltools.hxx b/cosv/inc/cosv/tpl/tpltools.hxx index 2d7ebfeeaf30..487a74cf8237 100644 --- a/cosv/inc/cosv/tpl/tpltools.hxx +++ b/cosv/inc/cosv/tpl/tpltools.hxx @@ -48,7 +48,7 @@ const VAL * find_in_map( /// Usable for all kinds of values /** @return the value in the map, if it is in there, else 0. - @precond VAL has to be convertable to "0". + @precond VAL has to be convertible to "0". */ template <class KEY, class VAL> VAL value_from_map( |