diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-06 06:44:05 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-06 06:44:05 +0000 |
commit | 89352d92c5cde9671938976fd137ac5053ccc66d (patch) | |
tree | 05e1f098f92a9c7cf3b24b2b5dc843f46a589c2d /include | |
parent | c32390d84c08f2c8e2975994e64babdaacb34de4 (diff) |
spellfix
Diffstat (limited to 'include')
-rw-r--r-- | include/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/README b/include/README index 0118b7c37..f8482ba69 100644 --- a/include/README +++ b/include/README @@ -27,7 +27,7 @@ versions). Therefore, all header files in here must obey these rules: * We cannot assume anything else but very basic compiler features being present. While libcurl requires an ANSI C compiler to build, some of the - earler ANSI compilers clearly can't deal with some operators. + earlier ANSI compilers clearly can't deal with some preprocessor operators. * Newlines must remain unix-style for older compilers' sake. |