From 1dbc0b448aff72a1ad37dc36269cad6179ebce1e Mon Sep 17 00:00:00 2001 From: darkf Date: Tue, 16 Dec 2014 02:53:34 -0800 Subject: [PATCH] cellMsgDialog: Fix a few minor typos. --- rpcs3/Emu/SysCalls/Modules/cellMsgDialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rpcs3/Emu/SysCalls/Modules/cellMsgDialog.cpp b/rpcs3/Emu/SysCalls/Modules/cellMsgDialog.cpp index bbda084de9..2d8463fa9c 100644 --- a/rpcs3/Emu/SysCalls/Modules/cellMsgDialog.cpp +++ b/rpcs3/Emu/SysCalls/Modules/cellMsgDialog.cpp @@ -174,15 +174,15 @@ int cellMsgDialogOpenErrorCode(u32 errorCode, vm::ptr cal case 0x80010007: errorMessage = "The file is in unrecognized format / The file is not a valid ELF file."; break; case 0x80010008: errorMessage = "Resource deadlock is avoided."; break; case 0x80010009: errorMessage = "Operation not permitted."; break; - case 0x8001000A: errorMessage = "The device or resource is bus."; break; - case 0x8001000B: errorMessage = "The operation is timed ou."; break; - case 0x8001000C: errorMessage = "The operation is aborte."; break; + case 0x8001000A: errorMessage = "The device or resource is busy."; break; + case 0x8001000B: errorMessage = "The operation is timed out."; break; + case 0x8001000C: errorMessage = "The operation is aborted."; break; case 0x8001000D: errorMessage = "Invalid memory access."; break; case 0x8001000F: errorMessage = "State of the target thread is invalid."; break; case 0x80010010: errorMessage = "Alignment is invalid."; break; case 0x80010011: errorMessage = "Shortage of the kernel resources."; break; case 0x80010012: errorMessage = "The file is a directory."; break; - case 0x80010013: errorMessage = "Operation canceled."; break; + case 0x80010013: errorMessage = "Operation cancelled."; break; case 0x80010014: errorMessage = "Entry already exists."; break; case 0x80010015: errorMessage = "Port is already connected."; break; case 0x80010016: errorMessage = "Port is not connected."; break;