summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-10-28 09:03:42 +0200
committerGitHub <noreply@github.com>2019-10-28 09:03:42 +0200
commitfc1658fd313c42ba3de348af0a136706da527533 (patch)
tree650a2de75fff6edf7311693c4d6a973b01dc5253
parentd0ce0b3045baefa8fe48641d0c34fd7461165c2c (diff)
parent65947f1c1031e60e7e1bf2f7bade1c9d35faa814 (diff)
downloadnumpy-fc1658fd313c42ba3de348af0a136706da527533.tar.gz
Merge pull request #14791 from Manny102030/patch-1
MAINT: Minor typo fix
-rw-r--r--doc/release/upcoming_changes/14771.improvement.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/14771.improvement.rst b/doc/release/upcoming_changes/14771.improvement.rst
index 0465614ab..aaea8f8ed 100644
--- a/doc/release/upcoming_changes/14771.improvement.rst
+++ b/doc/release/upcoming_changes/14771.improvement.rst
@@ -1,5 +1,5 @@
``std=c99`` added if compiler is named ``gcc``
----------------------------------------------
-GCC before version 5 requies the ``-std=c99`` command line argument. Newer
+GCC before version 5 requires the ``-std=c99`` command line argument. Newer
compilers automatically turn on C99 mode. The compiler setup code will
automatically add the code if the compiler name has ``gcc`` in it.