Index: /trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp	(revision 74745)
+++ /trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp	(revision 74746)
@@ -3962,5 +3962,5 @@
                         {
                             /*
-                             * Copy out the requirest data.
+                             * Copy out the requested data.
                              */
                             *pcbRet = cbData;
@@ -4496,5 +4496,5 @@
                 if (cch > _64K)
                     return RTErrInfoSetF(pErrInfo, VERR_LDRVI_BAD_CERT_FORMAT,
-                                         "Authenticated plist attribute is too long: %#x, max: 64KB", cch, cchMin);
+                                         "Authenticated plist attribute is too long: %#x, max: 64KB", cch);
 
                 /* Copy the plist into a buffer and zero terminate it.  Also allocate room for decoding a hash. */
