From 4618ec0b08c943b0f45ad7fed89cc22c615a054e Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:05:45 +0900 Subject: Typo "accpeted"→"accepted" (#838) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/Windows-driver-samples/blob/main/pofx/PEP/acpi/acpispecific.c #PingMSFTDocs --- pofx/PEP/acpi/acpispecific.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pofx/PEP/acpi/acpispecific.c b/pofx/PEP/acpi/acpispecific.c index 0e501ad3..7160622b 100644 --- a/pofx/PEP/acpi/acpispecific.c +++ b/pofx/PEP/acpi/acpispecific.c @@ -30,7 +30,7 @@ Environment: #endif // -// To add new devices that will be accpeted by the platform extension, +// To add new devices that will be accepted by the platform extension, // follow to the example below. // @@ -50,9 +50,9 @@ Environment: // // The common library will consume the PepDeviceMatchArray to determine -// whether a device should be accpeted by the platform extension. +// whether a device should be accepted by the platform extension. // And then the common library will consult PepDeviceDefinitionArray for -// the native methods and device-specific notification handlers of the accpeted +// the native methods and device-specific notification handlers of the accepted // devices. // -- cgit v1.3.1