Browse Source

correct misspelling of namespace

Kolja Strohm 8 months ago
parent
commit
2119507a2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Maybe.h

+ 1 - 1
Maybe.h

@@ -4,7 +4,7 @@
 
 #include "Betriebssystem.h"
 
-namespace Frmaework
+namespace Framework
 {
     template<typename T> class Maybe
     {