1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00

Merge pull request #13 from palica/patch-1

typo
This commit is contained in:
Oliver Giles 2017-11-07 08:30:06 +02:00 committed by GitHub
commit 309654ef8a
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;
}