summaryrefslogtreecommitdiff
path: root/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html')
-rw-r--r--libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html b/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html
index be21c3dc6..10741f946 100644
--- a/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html
+++ b/libs/bimap/doc/html/boost_bimap/the_tutorial/controlling_collection_types.html
@@ -358,18 +358,18 @@
Populations</a>
</h6>
<p>
- We want to store countries populations. The requeriments are:
+ We want to store countries populations. The requirements are:
</p>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
- Get a list of countries in decresing order of their populations.
+ Get a list of countries in decreasing order of their populations.
</li>
<li class="listitem">
- Given a countrie, get their population.
+ Given a country, get their population.
</li>
</ol></div>
<p>
- Lets create the appropiate bimap.
+ Lets create the appropriate bimap.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">bimap</span><span class="special">&lt;</span>