diff --git a/src/AbstractResourceLoader.h b/src/AbstractResourceLoader.h index 038054604..096d3d1fc 100644 --- a/src/AbstractResourceLoader.h +++ b/src/AbstractResourceLoader.h @@ -55,7 +55,7 @@ template class AbstractResourceLoader { * Count of resources requested by calling load(), but not found by * the loader. */ - inline std::size_t notFountCount() const { return _notFoundCount; } + inline std::size_t notFoundCount() const { return _notFoundCount; } /** * @brief Count of loaded resources