diff --git a/modules/gpu/src/precomp.hpp b/modules/gpu/src/precomp.hpp index 8f1ced742f..0820c611d4 100644 --- a/modules/gpu/src/precomp.hpp +++ b/modules/gpu/src/precomp.hpp @@ -81,7 +81,7 @@ #else /* defined(HAVE_CUDA) */ - static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compilled without GPU support"); } + static inline void throw_nogpu() { CV_Error(CV_GpuNotSupported, "The library is compiled without GPU support"); } #endif /* defined(HAVE_CUDA) */