summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-08-05 00:20:49 +0200
committerCarl Hetherington <cth@carlh.net>2020-08-05 00:20:49 +0200
commit64b72fe3872c7e7b778db6a6de24e6bf657817ab (patch)
tree5e1a324879eeac3bab7290bc5a3ce0fd99c5681d
parenta3ab919a0894a11f1d04125b635030b6f34e67bd (diff)
Fix typo.
-rw-r--r--src/lib/cross_windows.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cross_windows.cc b/src/lib/cross_windows.cc
index 606c59f9b..337750dcb 100644
--- a/src/lib/cross_windows.cc
+++ b/src/lib/cross_windows.cc
@@ -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) {