Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SDK Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

```
Expand Down
2 changes: 1 addition & 1 deletion SDK Sample/test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down