X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FApplication%2FAndroidFastboot%2FAndroidFastbootApp.c;fp=EmbeddedPkg%2FApplication%2FAndroidFastboot%2FAndroidFastbootApp.c;h=3e3f4b7eb2b44f2a16719d3ca7d5add24d35f415;hp=c8e89173e6e7b1ca0f290dd970df60ea0b04d1a2;hb=c6a72cd79465594876626e738466441d8b3d61ca;hpb=16f3544ddd99c855d5fcb3e3bdbbed945a0c25d3 diff --git a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c index c8e89173e6..3e3f4b7eb2 100644 --- a/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c +++ b/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c @@ -300,7 +300,7 @@ AcceptCmd ( } else if (IS_LOWERCASE_ASCII (Command[0])) { // Commands starting with lowercase ASCII characters are reserved for the // Fastboot protocol. If we don't recognise it, it's probably the future - // and there are new commmands in the protocol. + // and there are new commands in the protocol. // (By the way, the "oem" command mentioned above makes this reservation // redundant, but we handle it here to be spec-compliant) SEND_LITERAL ("FAILCommand not recognised. Check Fastboot version.");