diff options
author | corvid <corvid@lavabit.com> | 2011-09-27 06:46:34 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-27 06:46:34 +0000 |
commit | 6d14ea85ec0b6e5ac0f306327e8b35714844402f (patch) | |
tree | 9e1f368dbd47a4f3ba62ac98cc53e28227acdff4 | |
parent | c30e88ff95eb09b4fc6a2939d62d51ae3f0ef708 (diff) |
typo
-rw-r--r-- | lout/container.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/container.hh b/lout/container.hh index 68a15da4..8a9e3e0f 100644 --- a/lout/container.hh +++ b/lout/container.hh @@ -7,7 +7,7 @@ * \brief This namespace contains a framework for container classes, which * members are instances of object::Object. * - * A common problem in languanges without garbage collection is, where the + * A common problem in languages without garbage collection is, where the * children belong to, and so, who is responsible to delete them (instantiation * is always done by the caller). This information is here told to the * collections, each container has a constructor with the parameter |