Skip to content

Commit 5cd1ba5

Browse files
authored
Merge pull request #650 from relud/patch-1
Fix typo in README.md
2 parents 0a88db3 + 0ad2549 commit 5cd1ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
290290
When receiving a compile time error referencing recompile with `-FPIC` then you
291291
are probably using a hardend system.
292292

293-
You can copile the library on a hardend system with the following command.
293+
You can compile the library on a hardend system with the following command.
294294

295295
```bash
296296
go build -ldflags '-extldflags=-fno-PIC'

0 commit comments

Comments
 (0)