There was an error while loading. Please reload this page.
1 parent 4887f05 commit f3f4047Copy full SHA for f3f4047
README.md
@@ -50,7 +50,7 @@ int main(int argc, char **argv) {
50
return 0;
51
}
52
```
53
-We can now build and staticly link the library to our program:
+We can now build and statically link the library to our program:
54
55
gcc hello.c -I/path/to/library/include/ -static -L/path/to/library/lib/ -lcollectc -o hello
56
0 commit comments