ソースを参照

correct misspelling of namespace

Kolja Strohm 9 ヶ月 前
コミット
2119507a2f
1 ファイル変更1 行追加1 行削除
  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
     {