From b687a5a55134ed343f372e2c58aff579093cd015 Mon Sep 17 00:00:00 2001 From: Catalin Date: Tue, 17 Mar 2020 03:36:04 +0300 Subject: [PATCH] Fix typo: do -> due --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983e72c11c..17c2c4ab7d 100644 --- a/README.md +++ b/README.md @@ -108,4 +108,4 @@ Note: when compiling for Fedora/RHEL/CentOS and alike, `qmake` and `lrelease` mi Known Issues ------------ -For Solus, c-ares might not compile do to a CFLAG defined by gcc: -D_FORTIFY_SOURCE=2. This issue and its possible solution is described here https://github.com/c-ares/c-ares/issues/58 and http://ma.tc/ehuboqatec.md. +For Solus, c-ares might not compile due to a CFLAG defined by gcc: -D_FORTIFY_SOURCE=2. This issue and its possible solution is described here https://github.com/c-ares/c-ares/issues/58 and http://ma.tc/ehuboqatec.md.