Skip to content

Commit 22f354a

Browse files
committed
Merge branch 'master' of github.com:FreeSpacenav/libspnav
2 parents 6d8eca4 + 1d1afb5 commit 22f354a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ automatically compatible with either the free spacenavd driver or the official
1313

1414
Also, libspnav provides a magellan API wrapper on top of the new API. So, any
1515
applications that were using the magellan library, can switch to libspnav
16-
without any changes. And programmers that are familliar with the magellan API
16+
without any changes. And programmers that are familiar with the magellan API
1717
can continue using it with a free library without the restrictions of the
1818
official SDK.
1919

spnav.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ int spnav_close(void);
8282
* If the X11 mode is used, the socket used to communicate with the X server is
8383
* returned, so the result of this function is always reliable.
8484
* If AF_UNIX mode is used, the fd of the socket is returned or -1 if
85-
* no connection is open / failure occured.
85+
* no connection is open / failure occurred.
8686
*/
8787
int spnav_fd(void);
8888

0 commit comments

Comments
 (0)