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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ On Linux, add the following line to your .bash_profile (or similar file for your

On Windows, add the install location of libzmq.dll to the PATH environment variable.
On Windows 7+, typing "environment variables" into the start menu will bring up the
apporpriate Control Panel links.
appropriate Control Panel links.

#### Pointing the binary at the right place

Expand Down
2 changes: 1 addition & 1 deletion pymatbridge/messenger/src/messenger.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ int initialize(char *socket_addr) {
}
}

/* Check if the ZMQ server is intialized and print an error if not */
/* Check if the ZMQ server is initialized and print an error if not */
int checkInitialized(void) {
if (!initialized) {
mexErrMsgTxt("Error: ZMQ session not initialized");
Expand Down