From 98f9a33c622fd93a403f268f2ac44cfb6119384f Mon Sep 17 00:00:00 2001 From: jakobjw Date: Sat, 20 Feb 2021 23:28:27 +0100 Subject: [PATCH] Correct typo in FAQ (#2868) --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8bf05a40a..8c0b0f9fc 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -169,7 +169,7 @@ can be changed, but even if it isn't it is not always enough to guarantee complete independence of the symbols involved when not using ``-fvisibility=hidden``. -Additionally, ``-fvisiblity=hidden`` can deliver considerably binary size +Additionally, ``-fvisibility=hidden`` can deliver considerably binary size savings. (See the following section for more details).