Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp	(revision 23966)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageStorageController.cpp	(revision 23967)
@@ -259,5 +259,5 @@
              * the medium being attached
              */
-            ULONG ctlType = StorageControllerType_Null;
+            StorageControllerType_T ctlType = StorageControllerType_Null;
             CHECK_ERROR(storageCtl, COMGETTER(ControllerType)(&ctlType));
             if (ctlType == StorageControllerType_I82078)
@@ -275,5 +275,5 @@
                  * for SATA/SCSI/IDE it is hard to tell if it is a harddisk or
                  * a dvd being attached so lets check if the medium attachment
-                 * and the mediumi, both are of same type. if yes then we are
+                 * and the medium, both are of same type. if yes then we are
                  * sure of its type and don't need the user to enter it manually
                  * else ask the user for the type.
