aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2010-02-27 05:29:37 +0000
committercorvid <corvid@lavabit.com>2010-02-27 05:29:37 +0000
commit362ad264a055afc6243098f05493e0d95c35957b (patch)
tree250d4b66ab2e5eafde09009d9a0adb5c13b738cd
parentc078e58a08a9fcfdc65631ef3dacc5ac54b5a3c3 (diff)
spelling
-rw-r--r--dw/fltkui.hh2
-rw-r--r--lout/misc.hh8
2 files changed, 5 insertions, 5 deletions
diff --git a/dw/fltkui.hh b/dw/fltkui.hh
index add46589..d263a39e 100644
--- a/dw/fltkui.hh
+++ b/dw/fltkui.hh
@@ -68,7 +68,7 @@ namespace fltk {
* To solve this, we have to remove the depencency between
* dw::fltk::ui::FltkResource and dw::core::ui::Resource, instead, the part
* of dw::core::ui::Resource, which is implemented in
- * dw::fltk::ui::FltkResource, must be explicitely delegated from
+ * dw::fltk::ui::FltkResource, must be explicitly delegated from
* dw::fltk::ui::FltkLabelButtonResourceto dw::fltk::ui::FltkResource:
*
* \dot
diff --git a/lout/misc.hh b/lout/misc.hh
index 23c2d7c1..393bac0c 100644
--- a/lout/misc.hh
+++ b/lout/misc.hh
@@ -79,7 +79,7 @@ private:
inline void resize ()
{
- /* This algorithm was tunned for memory&speed with this huge page:
+ /* This algorithm was tuned for memory&speed with this huge page:
* http://downloads.mysql.com/docs/refman-6.0-en.html.tar.gz
*/
if (array == NULL) {
@@ -131,7 +131,7 @@ public:
inline void increase() { setSize(this->num + 1); }
/**
- * \brief Set the size explicitely.
+ * \brief Set the size explicitly.
*
* May be necessary before calling misc::SimpleVector::set.
*/
@@ -142,7 +142,7 @@ public:
}
/**
- * \brief Set the size explicitely and initialize new values.
+ * \brief Set the size explicitly and initialize new values.
*
* May be necessary before calling misc::SimpleVector::set.
*/
@@ -164,7 +164,7 @@ public:
}
/**
- * \brief Return the one element, explicitety.
+ * \brief Return the one element, explicitly.
*
* The element is copied, so for complex elements, you should rather used
* misc::SimpleVector::getRef.