Skip to content

Commit 5967acc

Browse files
fix typo of the word storage
1 parent eea4397 commit 5967acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highgui/src/window_w32.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ CV_IMPL int cvInitSystem( int, char** )
236236
// check initialization status
237237
if( !wasInitialized )
238238
{
239-
// Initialize the stogare
239+
// Initialize the storage
240240
hg_windows = 0;
241241

242242
// Register the class

0 commit comments

Comments
 (0)