Skip to content

Commit 379f970

Browse files
committed
Boost library typo fix
1 parent 19bcf70 commit 379f970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/boost_1_69_0/boost/locale/localization_backend.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ namespace boost {
3737
/// -# \c message_path - path to the location of message catalogs (vector of strings)
3838
/// -# \c message_application - the name of applications that use message catalogs (vector of strings)
3939
///
40-
/// Each backend can be installed with a different default priotiry so when you work with two different backends, you
41-
/// can specify priotiry so this backend will be chosen according to their priority.
40+
/// Each backend can be installed with a different default priority so when you work with two different backends, you
41+
/// can specify priority so this backend will be chosen according to their priority.
4242
///
4343

4444
class localization_backend {

0 commit comments

Comments
 (0)