1.1 --- a/src/lemon/error.h Wed Mar 30 10:38:22 2005 +0000
1.2 +++ b/src/lemon/error.h Wed Mar 30 12:08:15 2005 +0000
1.3 @@ -513,7 +513,7 @@
1.4 * include file.
1.5 *
1.6 * \todo __PRETTY_FUNCTION__ should be replaced by something
1.7 - * compiler-independant, like BOOST_CURRENT_FUNCTION
1.8 + * compiler-independent, like BOOST_CURRENT_FUNCTION
1.9 */
1.10
1.11 # define LEMON_ASSERT(exp, msg) \
1.12 @@ -531,7 +531,7 @@
1.13 * modules under development.
1.14 *
1.15 * \todo __PRETTY_FUNCTION__ should be replaced by something
1.16 - * compiler-independant, like BOOST_CURRENT_FUNCTION
1.17 + * compiler-independent, like BOOST_CURRENT_FUNCTION
1.18 */
1.19
1.20 # define LEMON_FIXME(msg) \
2.1 --- a/src/lemon/kruskal.h Wed Mar 30 10:38:22 2005 +0000
2.2 +++ b/src/lemon/kruskal.h Wed Mar 30 12:08:15 2005 +0000
2.3 @@ -131,9 +131,9 @@
2.4
2.5 /* ** ** Input-objects ** ** */
2.6
2.7 - /// Kruskal input source.
2.8 + /// Kruskal's input source.
2.9
2.10 - /// Kruskal input source.
2.11 + /// Kruskal's input source.
2.12 ///
2.13 /// In most cases you possibly want to use the \ref kruskalEdgeMap() instead.
2.14 ///
2.15 @@ -182,7 +182,7 @@
2.16
2.17 /// Creates a KruskalMapInput object for \ref kruskal()
2.18
2.19 - /// It makes is easier to use
2.20 + /// It makes easier to use
2.21 /// \ref KruskalMapInput by making it unnecessary
2.22 /// to explicitly give the type of the parameters.
2.23 ///
3.1 --- a/src/lemon/smart_graph.h Wed Mar 30 10:38:22 2005 +0000
3.2 +++ b/src/lemon/smart_graph.h Wed Mar 30 12:08:15 2005 +0000
3.3 @@ -302,9 +302,9 @@
3.4 unsigned int node_num;
3.5 unsigned int edge_num;
3.6 public:
3.7 - ///Default constructur.
3.8 + ///Default constructor.
3.9
3.10 - ///Default constructur.
3.11 + ///Default constructor.
3.12 ///To actually make a snapshot you must call save().
3.13 ///
3.14 SnapShot() : g(0) {}