aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-18 19:05:30 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-18 19:05:30 +0000
commitdb263f881ab83ebf6b9eb0982cedc241cc3df97f (patch)
treec8019480758252ea2db07e31db0bdeaea606629b /src
parent5864fc0fcc3743bd91577cb6d6f1dcadb150459c (diff)
downloadnginx-db263f881ab83ebf6b9eb0982cedc241cc3df97f.tar.gz
nginx-db263f881ab83ebf6b9eb0982cedc241cc3df97f.zip
spelling
Diffstat (limited to 'src')
-rw-r--r--src/core/ngx_crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc32.c b/src/core/ngx_crc32.c
index f5f5e7e9c..12157021c 100644
--- a/src/core/ngx_crc32.c
+++ b/src/core/ngx_crc32.c
@@ -9,7 +9,7 @@
/*
- * The code and lookup table is based on the algorithm
+ * The code and lookup table are based on the algorithm
* described at http://www.w3.org/TR/PNG/
*/