summaryrefslogtreecommitdiff
path: root/libs/bimap/doc/compiler_specifics.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bimap/doc/compiler_specifics.qbk')
-rw-r--r--[-rwxr-xr-x]libs/bimap/doc/compiler_specifics.qbk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/bimap/doc/compiler_specifics.qbk b/libs/bimap/doc/compiler_specifics.qbk
index 55dfda039..844c1518b 100755..100644
--- a/libs/bimap/doc/compiler_specifics.qbk
+++ b/libs/bimap/doc/compiler_specifics.qbk
@@ -41,7 +41,7 @@ http://www.boost.org/LICENSE_1_0.txt)
[h2 VS 7.1]
-If a .cpp file uses more than four differents bimaps the compiler will run
+If a .cpp file uses more than four different bimaps the compiler will run
out of symbols and issue an internal compiler error. The official solution
in msdn is to split the .cpp in several files or upgrade your compiler.