summaryrefslogtreecommitdiff
path: root/modules/openssl
diff options
context:
space:
mode:
authorPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
committerPoommetee Ketson <poommetee@protonmail.com>2017-09-02 21:19:06 +0700
commit459f526119da43efae52307a6165a8ccd5cb2288 (patch)
treec61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /modules/openssl
parentb4efb832a749730b924f63be073cfe80c9afc334 (diff)
Fix typos 'a' and 'an'
Diffstat (limited to 'modules/openssl')
-rw-r--r--modules/openssl/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openssl/SCsub b/modules/openssl/SCsub
index add7d4dcfc..eb3c0e64d8 100644
--- a/modules/openssl/SCsub
+++ b/modules/openssl/SCsub
@@ -655,7 +655,7 @@ if (env['builtin_openssl'] != 'no'):
env_openssl.add_source_files(env.modules_sources, thirdparty_sources)
- # FIXME: Clone the environment to make a env_openssl and not pollute the modules env
+ # FIXME: Clone the environment to make env_openssl and not pollute the modules env
thirdparty_include_paths = [
"",
"crypto",