From cb8d4c8f54b8271f642f02382eec29d468bb1c77 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 23 Mar 2016 15:59:57 +0100 Subject: Fix some typos found by codespell Signed-off-by: Stefan Weil Reviewed-by: Peter Maydell Signed-off-by: Michael Tokarev --- ui/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/cocoa.m') diff --git a/ui/cocoa.m b/ui/cocoa.m index 60a7c07eca..36c6bf0cb0 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -1394,7 +1394,7 @@ static void addRemovableDevicesMenuItems(void) [menuItem setEnabled: NO]; [menu addItem: menuItem]; - /* Loop thru all the block devices in the emulator */ + /* Loop through all the block devices in the emulator */ while (currentDevice) { deviceName = [[NSString stringWithFormat: @"%s", currentDevice->value->device] retain]; -- cgit v1.2.1