diff options
author | Eric Martin <e.a.martin1337@gmail.com> | 2015-07-08 21:56:01 -0500 |
---|---|---|
committer | Eric Martin <e.a.martin1337@gmail.com> | 2015-07-08 21:56:01 -0500 |
commit | 7fbbaf98e4935e9cb7274764de813f7dffb04c89 (patch) | |
tree | 60c69cf90d33269786b1d2f5c4912328fe17b1de /site.cfg.example | |
parent | e9a75342099995b07c4d326fb6c0f47ce3edb002 (diff) | |
download | numpy-7fbbaf98e4935e9cb7274764de813f7dffb04c89.tar.gz |
Fix typo in site.cfg.example
"earch path" => "search path"
Diffstat (limited to 'site.cfg.example')
-rw-r--r-- | site.cfg.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site.cfg.example b/site.cfg.example index 04105e866..1324a74d3 100644 --- a/site.cfg.example +++ b/site.cfg.example @@ -35,7 +35,7 @@ # library_dirs = /usr/lib,/usr/local/lib # # include_dirs -# List of directories to add to the header file earch path. +# List of directories to add to the header file search path. # include_dirs = /usr/include:/usr/local/include # # src_dirs |