From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=212.227.15.18; helo=mout.gmx.net; envelope-from=coeur@gmx.fr; receiver=edk2-devel@lists.01.org Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 6C6B12194D387 for ; Tue, 5 Feb 2019 22:10:30 -0800 (PST) Received: from [47.52.140.127] ([47.52.140.127]) by web-mail.gmx.net (3c-app-gmx-bs19.server.lan [172.19.170.71]) (via HTTP); Wed, 6 Feb 2019 07:10:27 +0100 MIME-Version: 1.0 Message-ID: From: "Antoine Coeur" To: edk2-devel@lists.01.org Date: Wed, 6 Feb 2019 07:10:27 +0100 Importance: normal Sensitivity: Normal X-Priority: 3 X-Provags-ID: V03:K1:APzNIfdZ+whyI/an38I5xBQTvCoffPuL82cEa7n9gf/Eq1Py+IrNcBfAMeErSVskEGg0n nH3kHvtrxVz75SXPjuhhlB4kNHiyEg3gLY4OKCArAsgNA+GnnV0kYHrtRR7puyUwNAZS9SuTAHTf oBkRx4AzrEzHnqsoiou4qIt0cQXotrb7Ty2xeOsbUl98ep6CpqlMg+XHt9D/z04NECOHU+MVFRoz 6oDHj4Vu4IdZw9HXMMWZIgZazWiPvuLrVIW4sCwb2Ly5hiBPGx+oN0jF1Q4xiBeb3niHzQjFF2eU fM= X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:5Nc8wMc+KnI=:huARJwa/I5nKh4L03RLD6L D0YVZNgw8uRnlTlEEyAkCpvgOUi26ewtpljDdGCzgVrKFy/0Al7zgZfZtKTvqTvKp93J/8HQE 03dgzKO5pJL80ojafC/wwSwDS8fsoxB0lKT00FuPBLxKmdkDT6cQUDq2uSTGKtMOQ5GSVfEbM Ax9m/wfOlEe7Zf21VTDfKVcDIq6wBgWht30jKbX2m9QZD9tje/ttklV27G3ovgJ5tQ4n5N1Lh 5VKjGr09RfE5ZO4aDt28JeWIqiH3jFyttJ19Ada+Aey87GeBhGsLhnNka7neNtSNjCdweyqz6 GHnqSbUpS8woe/GW7gzY84GO0dUq/Y7dY/8T3pcqiq+BEu3KWvFbpnhzYU1lw4VVrjnu8uFjq Ei+5BoHXLm7Pe4X2E23KjyQw/p18UsZffZgJTc9mymF21vYhM+z14HLhz8CIJaW6KRXSpHKx7 fJobSRpENVjr+zmh/a+7zDKyBMA1GJ40wK960vOscuqOh1GsLNxSXab/swvP6z8/OKzCOGPaZ TfOUzsLc1LwFsXtCTWKjwfBcrgW1G6Vo3kX4ZYc6VE0TbHOZjsuf0nVXqJ72jO836XoOgWIdn 9g44rUAvasCPA= Subject: [PATCH] AppPkg: Various typo X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2019 06:10:31 -0000 Content-Type: text/plain; charset=UTF-8 Various typo in AppPkg, ignoring Python folder. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur --- AppPkg/Applications/Enquire/Enquire.c | 2 +- AppPkg/Applications/Sockets/DataSource/DataSource.c | 4 ++-- AppPkg/Applications/Sockets/SetHostName/SetHostName.c | 2 +- AppPkg/Applications/Sockets/TftpServer/TftpServer.c | 10 +++++----- AppPkg/Applications/Sockets/TftpServer/TftpServer.h | 6 +++--- AppPkg/Applications/Sockets/WebServer/HTTP.c | 2 +- AppPkg/Applications/Sockets/WebServer/PageList.c | 2 +- AppPkg/Applications/Sockets/WebServer/Reboot.c | 2 +- AppPkg/ReadMe.txt | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/AppPkg/Applications/Enquire/Enquire.c b/AppPkg/Applications/Enquire/Enquire.c index 1e1db69a57..fdf4fe05e5 100644 --- a/AppPkg/Applications/Enquire/Enquire.c +++ b/AppPkg/Applications/Enquire/Enquire.c @@ -619,7 +619,7 @@ tell.c, uncomment the following and change enquire.c to tell.c. //#include /* if this fails, define NO_SIG */ //#endif -/* Kludge around the possiblity that includes */ +/* Kludge around the possibility that includes */ #ifdef CHAR_BIT #undef CHAR_BIT #undef CHAR_MAX diff --git a/AppPkg/Applications/Sockets/DataSource/DataSource.c b/AppPkg/Applications/Sockets/DataSource/DataSource.c index 0dcd882edf..678a052a12 100644 --- a/AppPkg/Applications/Sockets/DataSource/DataSource.c +++ b/AppPkg/Applications/Sockets/DataSource/DataSource.c @@ -873,7 +873,7 @@ Tcp4Close ( Locate TCP protocol @retval EFI_SUCCESS Protocol found - @retval other Protocl not found + @retval other Protocol not found **/ EFI_STATUS Tcp4Locate ( @@ -970,7 +970,7 @@ Tcp4Locate ( Tcp4Handle )); // - // Locate the TCP protcol + // Locate the TCP protocol // Status = gBS->OpenProtocol ( Tcp4Handle, &gEfiTcp4ProtocolGuid, diff --git a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c index 2c8001e205..15785e3fee 100644 --- a/AppPkg/Applications/Sockets/SetHostName/SetHostName.c +++ b/AppPkg/Applications/Sockets/SetHostName/SetHostName.c @@ -62,7 +62,7 @@ main ( break; case ENODEV: - Print ( L"WARNING - Plarform does not support permanent storage!\r\n" ); + Print ( L"WARNING - Platform does not support permanent storage!\r\n" ); break; case ENOMEM: diff --git a/AppPkg/Applications/Sockets/TftpServer/TftpServer.c b/AppPkg/Applications/Sockets/TftpServer/TftpServer.c index 30d9dae41d..40f986ff92 100644 --- a/AppPkg/Applications/Sockets/TftpServer/TftpServer.c +++ b/AppPkg/Applications/Sockets/TftpServer/TftpServer.c @@ -76,7 +76,7 @@ BufferFill ( pContext->BytesRemaining -= BytesRead; pContext->ValidBytes += BytesRead; DEBUG (( DEBUG_FILE_BUFFER, - "0x%08x: Buffer filled with %Ld bytes, %Ld bytes ramaining\r\n", + "0x%08x: Buffer filled with %Ld bytes, %Ld bytes remaining\r\n", pContext->pFill, BytesRead, pContext->BytesRemaining )); @@ -659,7 +659,7 @@ PacketTx ( // Display the operation // DEBUG (( DEBUG_TX_PACKET, - "0x%08x: Packet transmiting\r\n", + "0x%08x: Packet transmitting\r\n", pPacket )); DEBUG (( DEBUG_TX, "0x%08x: pContext sending 0x%08x bytes\r\n", @@ -1224,7 +1224,7 @@ TftpOptionSet ( NextValue = Value / 10; // - // Supress leading zeros + // Suppress leading zeros // if ( 0 != NextValue ) { pOack = TftpOptionSet ( pOack, NextValue ); @@ -1884,7 +1884,7 @@ TftpRead ( the network stack. @param [in] pTftpServer Address of the ::TSDT_TFTP_SERVER structure - @param [in] AddressFamily The address family to use for the conection. + @param [in] AddressFamily The address family to use for the connection. @param [in] pIndex Address of the index into the port array **/ @@ -2297,7 +2297,7 @@ main ( TFTP_PACKET * pPacket; // - // High speed TFTP uses an agressive retransmit to + // High speed TFTP uses an aggressive retransmit to // get the TFTP client moving again when the ACK or // previous data packet was lost. // diff --git a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h index 2166893570..9e944e2b81 100644 --- a/AppPkg/Applications/Sockets/TftpServer/TftpServer.h +++ b/AppPkg/Applications/Sockets/TftpServer/TftpServer.h @@ -131,7 +131,7 @@ #define TFTP_OP_WRITE_REQUEST 2 ///< Write request, zero terminated file name, zero terminated mode #define TFTP_OP_DATA 3 ///< Data block, end-of-file indicated by short block #define TFTP_OP_ACK 4 ///< ACK block number -#define TFTP_OP_ERROR 5 ///< Error number and explaination +#define TFTP_OP_ERROR 5 ///< Error number and explanation #define TFTP_OP_OACK 6 ///< ACK the options #define TFTP_MAX_BLOCK_SIZE 4096 ///< Maximum block size @@ -200,7 +200,7 @@ typedef struct _TSDT_CONNECTION_CONTEXT { // UINT32 AckCount; ///< Number of ACKs to receive before increasing the window UINT32 PacketsInWindow; ///< Number of packets in the window - UINT32 Threshold; ///< Size of window when ACK count becomes logrithmic + UINT32 Threshold; ///< Size of window when ACK count becomes logarithmic UINT32 WindowSize; ///< Size of the transmit window UINT64 MaxTimeout; ///< Maximum number of seconds to wait before retransmission UINT64 Rtt2x; ///< Twice the average round trip time in nanoseconds @@ -232,7 +232,7 @@ typedef struct { UINT64 ClockFrequency; ///< Frequency of the clock UINT64 Time1; ///< Clock value after rollover UINT64 Time2; ///< Clock value before rollover - UINT64 RxTime; ///< Time when the packet was recevied + UINT64 RxTime; ///< Time when the packet was received // // TFTP port management diff --git a/AppPkg/Applications/Sockets/WebServer/HTTP.c b/AppPkg/Applications/Sockets/WebServer/HTTP.c index fae1dd9269..4baae2e0ec 100644 --- a/AppPkg/Applications/Sockets/WebServer/HTTP.c +++ b/AppPkg/Applications/Sockets/WebServer/HTTP.c @@ -408,7 +408,7 @@ HttpPageTrailer ( RetVal = getpeername ( SocketFD, (struct sockaddr *)&RemoteAddress, &LengthInBytes ); if ( 0 == RetVal ) { // - // Seperate the body from the trailer + // Separate the body from the trailer // Status = HttpSendAnsiString ( SocketFD, pPort, "
\r\n" ); if ( EFI_ERROR ( Status )) { diff --git a/AppPkg/Applications/Sockets/WebServer/PageList.c b/AppPkg/Applications/Sockets/WebServer/PageList.c index 1e271e566c..4ef238a3ed 100644 --- a/AppPkg/Applications/Sockets/WebServer/PageList.c +++ b/AppPkg/Applications/Sockets/WebServer/PageList.c @@ -48,7 +48,7 @@ CONST DT_PAGE mPageList[] = { { L"/MTRRs", MemoryTypeRegistersPage, L"Memory Type Range Registers" }, ///< Memory type range register table #endif // Intel { L"/Ports", PortsPage, L"Display web-server ports" },///< Web-server ports page - { L"/Reboot", RebootPage, L"Reboot the sytem" }, ///< Reboot page + { L"/Reboot", RebootPage, L"Reboot the system" }, ///< Reboot page { PAGE_ACPI_RSDP_10B, AcpiRsdp10Page, L"RSDP 1.0b - ACPI Root System Description Pointer" }, ///< Format RSDP 1.0b table { PAGE_ACPI_RSDP_30, AcpiRsdp30Page, L"RSDP 3.0 - ACPI Root System Description Pointer" }, ///< Format RSDP 3.0 table { PAGE_ACPI_RSDT, AcpiRsdtPage, L"RSDT - ACPI Root System Description Table" }, ///< Format RSDT diff --git a/AppPkg/Applications/Sockets/WebServer/Reboot.c b/AppPkg/Applications/Sockets/WebServer/Reboot.c index 2fc8fecf63..ea87d10075 100644 --- a/AppPkg/Applications/Sockets/WebServer/Reboot.c +++ b/AppPkg/Applications/Sockets/WebServer/Reboot.c @@ -79,7 +79,7 @@ RebootPage ( // // Attempt to reboot the system // - DEBUG (( DEBUG_REQUEST, "Reseting System\r\n" )); + DEBUG (( DEBUG_REQUEST, "Resetting System\r\n" )); gRT->ResetSystem ( EfiResetCold, EFI_SUCCESS, 0, diff --git a/AppPkg/ReadMe.txt b/AppPkg/ReadMe.txt index d0e53535d1..26a557e76f 100644 --- a/AppPkg/ReadMe.txt +++ b/AppPkg/ReadMe.txt @@ -406,7 +406,7 @@ Note that the set of BuildOptions used is determined by the state of the EMULATE !else # The Build Options, below, are only used when building the Standard Libraries # to be run under an emulation environment. - # They disable optimization which facillitates debugging under the Emulation environment. + # They disable optimization which facilitates debugging under the Emulation environment. INTEL:*_*_IA32_CC_FLAGS = /Od MSFT:*_*_IA32_CC_FLAGS = /Od GCC:*_*_IA32_CC_FLAGS = -O0 -- 2.17.2 (Apple Git-113)