# HG changeset patch # User alpar # Date 1094478474 0 # Node ID ea5ae5266285f2235ff1e6ad1a95f28dfd1044c9 # Parent 9cabbdd7337515ffcf3476161127fff640ccbb94 Spell checking. diff -r 9cabbdd73375 -r ea5ae5266285 src/hugo/skeletons/maps.h --- a/src/hugo/skeletons/maps.h Mon Sep 06 09:21:35 2004 +0000 +++ b/src/hugo/skeletons/maps.h Mon Sep 06 13:47:54 2004 +0000 @@ -49,7 +49,7 @@ WriteMap() {} }; - ///Read/Writeable map concept + ///Read/Writable map concept template class ReadWriteMap : public ReadMap, public WriteMap