typo fix
tho [Fri, 2 Mar 2007 09:38:24 +0000 (09:38 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@212 270642c3-0616-0410-b53a-bc976706d245

Mainpage.dox

index 96779a9..6c0920e 100644 (file)
 
     \section conventions Coding Conventions
     
-    Here we have laid down the coding conventions used throughout the SENF framework. Please adhere
+    Here we have laid down the coding conventions used throughout the SENF framework. Please ad here
     to these conventions when changing or adding code. If you use emacs, you can use the C++ IDE for
     emacs from http://g0dil.de which greatly simplifies following these conventions.
 
     Boost.Preprocessor library</td></tr> </table>
 
     \par Rationale:
-        There are two part's to this: First, separating the implementation of inlines and tempaltes
+        There are two part's to this: First, separating the implementation of inlines and templates
         out of the header file makes the header file much easier to read. This is important, since
         the header file will be used as a reference by the developers.
     \par