aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Thorn <dthorn@mozilla.com>2018-10-12 13:04:07 -0700
committerGitHub <noreply@github.com>2018-10-12 13:04:07 -0700
commit0ad25499b6e00d8a9b71e54220d4eaba4cd18d60 (patch)
tree167849a2631593eb07f6763c71b50b82437de96d /README.md
parentMerge pull request #645 from mattn/sqlite-amalgamation-3250200 (diff)
downloadgolite-0ad25499b6e00d8a9b71e54220d4eaba4cd18d60.tar.gz
golite-0ad25499b6e00d8a9b71e54220d4eaba4cd18d60.tar.xz
Fix typo in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a764be8..1afc5e0 100644
--- a/README.md
+++ b/README.md
@@ -290,7 +290,7 @@ For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/pro
When receiving a compile time error referencing recompile with `-FPIC` then you
are probably using a hardend system.
- You can copile the library on a hardend system with the following command.
+ You can compile the library on a hardend system with the following command.
```bash
go build -ldflags '-extldflags=-fno-PIC'