diff options
author | THE-Spellchecker <The.Spellchecker@outlook.com> | 2023-12-02 16:56:47 -0600 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-17 13:49:11 -0800 |
commit | 01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63 (patch) | |
tree | b00812cd5ba12d7ee803f2771d2f0e1304e66677 /contrib/iostream3 | |
parent | 16799d064b55a6b093fc52364f3343a1b1fa3b2f (diff) | |
download | zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.gz zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.tar.bz2 zlib-01155ccc3f822a31291a64e4ecd5f1dbb8a8ee63.zip |
Fix random typos over several source and text files.
Diffstat (limited to 'contrib/iostream3')
-rw-r--r-- | contrib/iostream3/zfstream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/iostream3/zfstream.h b/contrib/iostream3/zfstream.h index 8574479..3dabc0f 100644 --- a/contrib/iostream3/zfstream.h +++ b/contrib/iostream3/zfstream.h | |||
@@ -413,7 +413,7 @@ template<typename T1, typename T2> | |||
413 | class gzomanip2 | 413 | class gzomanip2 |
414 | { | 414 | { |
415 | public: | 415 | public: |
416 | // Allows insertor to peek at internals | 416 | // Allows inserter to peek at internals |
417 | template <typename Ta, typename Tb> | 417 | template <typename Ta, typename Tb> |
418 | friend gzofstream& | 418 | friend gzofstream& |
419 | operator<<(gzofstream&, | 419 | operator<<(gzofstream&, |
@@ -452,7 +452,7 @@ template<typename T1, typename T2> | |||
452 | : func(f), val1(v1), val2(v2) | 452 | : func(f), val1(v1), val2(v2) |
453 | { } | 453 | { } |
454 | 454 | ||
455 | // Insertor applies underlying manipulator function to stream | 455 | // Inserter applies underlying manipulator function to stream |
456 | template<typename T1, typename T2> | 456 | template<typename T1, typename T2> |
457 | inline gzofstream& | 457 | inline gzofstream& |
458 | operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) | 458 | operator<<(gzofstream& s, const gzomanip2<T1,T2>& m) |