Fix typo.
authorCarl Hetherington <cth@carlh.net>
Tue, 4 Aug 2020 22:20:49 +0000 (00:20 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 4 Aug 2020 22:20:49 +0000 (00:20 +0200)
src/lib/cross_windows.cc

index 606c59f9b7f6645b33f7f19245a854f1026a25ed..337750dcbfd4525520c82ddc13990f44cb95f55c 100644 (file)
@@ -554,7 +554,7 @@ Drive::get ()
                                &geom, sizeof(geom), &returned, 0
                                );
 
-               LOG_DISK("Having a looky through %1 locked volumes", locked_volumes.size());
+               LOG_DISK("Having a look through %1 locked volumes", locked_volumes.size());
                bool locked = false;
                for (vector<pair<HANDLE, string> >::const_iterator i = locked_volumes.begin(); i != locked_volumes.end(); ++i) {
                        if (i->second == physical_drive) {