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; ``` 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; }