diff options
Diffstat (limited to 'lout/container.hh')
-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 |