diff --git a/src/flextype/Fundation/Cache/AcpuAdapter.php b/src/flextype/Foundation/Cache/AcpuAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/AcpuAdapter.php rename to src/flextype/Foundation/Cache/AcpuAdapter.php diff --git a/src/flextype/Fundation/Cache/ArrayAdapter.php b/src/flextype/Foundation/Cache/ArrayAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/ArrayAdapter.php rename to src/flextype/Foundation/Cache/ArrayAdapter.php diff --git a/src/flextype/Fundation/Cache/Cache.php b/src/flextype/Foundation/Cache/Cache.php similarity index 100% rename from src/flextype/Fundation/Cache/Cache.php rename to src/flextype/Foundation/Cache/Cache.php diff --git a/src/flextype/Fundation/Cache/CacheAdapterInterface.php b/src/flextype/Foundation/Cache/CacheAdapterInterface.php similarity index 100% rename from src/flextype/Fundation/Cache/CacheAdapterInterface.php rename to src/flextype/Foundation/Cache/CacheAdapterInterface.php diff --git a/src/flextype/Fundation/Cache/FilesystemAdapter.php b/src/flextype/Foundation/Cache/FilesystemAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/FilesystemAdapter.php rename to src/flextype/Foundation/Cache/FilesystemAdapter.php diff --git a/src/flextype/Fundation/Cache/MemcachedAdapter.php b/src/flextype/Foundation/Cache/MemcachedAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/MemcachedAdapter.php rename to src/flextype/Foundation/Cache/MemcachedAdapter.php diff --git a/src/flextype/Fundation/Cache/RedisAdapter.php b/src/flextype/Foundation/Cache/RedisAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/RedisAdapter.php rename to src/flextype/Foundation/Cache/RedisAdapter.php diff --git a/src/flextype/Fundation/Cache/SQLite3Adapter.php b/src/flextype/Foundation/Cache/SQLite3Adapter.php similarity index 100% rename from src/flextype/Fundation/Cache/SQLite3Adapter.php rename to src/flextype/Foundation/Cache/SQLite3Adapter.php diff --git a/src/flextype/Fundation/Cache/WinCacheAdapter.php b/src/flextype/Foundation/Cache/WinCacheAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/WinCacheAdapter.php rename to src/flextype/Foundation/Cache/WinCacheAdapter.php diff --git a/src/flextype/Fundation/Cache/ZendDataCacheAdapter.php b/src/flextype/Foundation/Cache/ZendDataCacheAdapter.php similarity index 100% rename from src/flextype/Fundation/Cache/ZendDataCacheAdapter.php rename to src/flextype/Foundation/Cache/ZendDataCacheAdapter.php diff --git a/src/flextype/Fundation/Config/Config.php b/src/flextype/Foundation/Config/Config.php similarity index 100% rename from src/flextype/Fundation/Config/Config.php rename to src/flextype/Foundation/Config/Config.php diff --git a/src/flextype/Fundation/Container/Container.php b/src/flextype/Foundation/Container/Container.php similarity index 100% rename from src/flextype/Fundation/Container/Container.php rename to src/flextype/Foundation/Container/Container.php diff --git a/src/flextype/Fundation/Cors/Cors.php b/src/flextype/Foundation/Cors/Cors.php similarity index 100% rename from src/flextype/Fundation/Cors/Cors.php rename to src/flextype/Foundation/Cors/Cors.php diff --git a/src/flextype/Fundation/Entries/Entries.php b/src/flextype/Foundation/Entries/Entries.php similarity index 100% rename from src/flextype/Fundation/Entries/Entries.php rename to src/flextype/Foundation/Entries/Entries.php diff --git a/src/flextype/Fundation/Media/MediaFiles.php b/src/flextype/Foundation/Media/MediaFiles.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFiles.php rename to src/flextype/Foundation/Media/MediaFiles.php diff --git a/src/flextype/Fundation/Media/MediaFilesMeta.php b/src/flextype/Foundation/Media/MediaFilesMeta.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFilesMeta.php rename to src/flextype/Foundation/Media/MediaFilesMeta.php diff --git a/src/flextype/Fundation/Media/MediaFolders.php b/src/flextype/Foundation/Media/MediaFolders.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFolders.php rename to src/flextype/Foundation/Media/MediaFolders.php diff --git a/src/flextype/Fundation/Media/MediaFoldersMeta.php b/src/flextype/Foundation/Media/MediaFoldersMeta.php similarity index 100% rename from src/flextype/Fundation/Media/MediaFoldersMeta.php rename to src/flextype/Foundation/Media/MediaFoldersMeta.php diff --git a/src/flextype/Fundation/Parsers/Markdown.php b/src/flextype/Foundation/Parsers/Markdown.php similarity index 100% rename from src/flextype/Fundation/Parsers/Markdown.php rename to src/flextype/Foundation/Parsers/Markdown.php diff --git a/src/flextype/Fundation/Parsers/Parser.php b/src/flextype/Foundation/Parsers/Parser.php similarity index 100% rename from src/flextype/Fundation/Parsers/Parser.php rename to src/flextype/Foundation/Parsers/Parser.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/EntriesShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/EntriesShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/EntriesShortcodeExtension.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/RegistryShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/RegistryShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/RegistryShortcodeExtension.php diff --git a/src/flextype/Fundation/Parsers/shortcodes/UrlShortcodeExtension.php b/src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php similarity index 100% rename from src/flextype/Fundation/Parsers/shortcodes/UrlShortcodeExtension.php rename to src/flextype/Foundation/Parsers/shortcodes/UrlShortcodeExtension.php diff --git a/src/flextype/Fundation/Plugins/Plugins.php b/src/flextype/Foundation/Plugins/Plugins.php similarity index 100% rename from src/flextype/Fundation/Plugins/Plugins.php rename to src/flextype/Foundation/Plugins/Plugins.php diff --git a/src/flextype/Fundation/Serializers/Frontmatter.php b/src/flextype/Foundation/Serializers/Frontmatter.php similarity index 100% rename from src/flextype/Fundation/Serializers/Frontmatter.php rename to src/flextype/Foundation/Serializers/Frontmatter.php diff --git a/src/flextype/Fundation/Serializers/Json.php b/src/flextype/Foundation/Serializers/Json.php similarity index 100% rename from src/flextype/Fundation/Serializers/Json.php rename to src/flextype/Foundation/Serializers/Json.php diff --git a/src/flextype/Fundation/Serializers/Serializer.php b/src/flextype/Foundation/Serializers/Serializer.php similarity index 100% rename from src/flextype/Fundation/Serializers/Serializer.php rename to src/flextype/Foundation/Serializers/Serializer.php diff --git a/src/flextype/Fundation/Serializers/Yaml.php b/src/flextype/Foundation/Serializers/Yaml.php similarity index 100% rename from src/flextype/Fundation/Serializers/Yaml.php rename to src/flextype/Foundation/Serializers/Yaml.php