From 5967acc9ca4ebb4d09dcbf4bc6a5f46178e5db32 Mon Sep 17 00:00:00 2001 From: shioko Date: Sun, 17 Jan 2021 18:59:20 +0000 Subject: [PATCH] fix typo of the word storage --- modules/highgui/src/window_w32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/window_w32.cpp b/modules/highgui/src/window_w32.cpp index b19f736680..b61284dc96 100644 --- a/modules/highgui/src/window_w32.cpp +++ b/modules/highgui/src/window_w32.cpp @@ -236,7 +236,7 @@ CV_IMPL int cvInitSystem( int, char** ) // check initialization status if( !wasInitialized ) { - // Initialize the stogare + // Initialize the storage hg_windows = 0; // Register the class