1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00
This commit is contained in:
palica 2017-11-07 01:37:21 +01:00 committed by GitHub
parent 022aa0d804
commit 3c658abb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,7 @@ int main(int argc, char** argv) {
req.setLockName(argv[2]);
req.send().wait(waitScope);
} else {
fprintf(stderr, "Unknown comand %s\n", argv[1]);
fprintf(stderr, "Unknown command %s\n", argv[1]);
return EINVAL;
}