From d96c5ebb7d2d37dbc9756a13b297390a0937bb76 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Mon, 6 Dec 2010 08:03:33 +0000 Subject: [PATCH] misprint --- modules/gpu/src/precomp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */