From f0c81b211991d4e9e8639effbc876d6915376105 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Thu, 25 Jul 2024 13:12:20 +0200 Subject: [PATCH 1/2] Fix typos. --- SDK Sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK Sample/README.md b/SDK Sample/README.md index 01730e6..a0e98be 100644 --- a/SDK Sample/README.md +++ b/SDK Sample/README.md @@ -27,7 +27,7 @@ and/or distro versions. #### Clone -To acquire the souce code cloen the Xkeys repo and change into the cloned +To acquire the source code clone the Xkeys repo and change into the cloned directory; ``` From b89364aec8358a78fc2659f5543fa000b5e9290a Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Thu, 25 Jul 2024 15:53:54 +0200 Subject: [PATCH 2/2] Fix typo. --- SDK Sample/test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDK Sample/test/test.c b/SDK Sample/test/test.c index e80a293..fee2680 100644 --- a/SDK Sample/test/test.c +++ b/SDK Sample/test/test.c @@ -44,7 +44,7 @@ int main(void) unsigned int res = SetupInterfaceEx(handle); if (res != 0) { - printf("Unabe to open device. err: %d\n", res); + printf("Unable to open device. err: %d\n", res); } break; }