Fix comment typo

This commit is contained in:
Olly Betts 2013-07-02 13:22:35 +12:00
commit d3252bbf7f

View file

@ -21,7 +21,7 @@ static DOH *encodings = 0; /* Encoding hash */
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* Writen() * Writen()
* *
* Write's N characters of output and retries until all characters are * Writes N characters of output and retries until all characters are
* written. This is useful should a write operation encounter a spurious signal. * written. This is useful should a write operation encounter a spurious signal.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */