diff options
author | 2016-11-24 09:24:01 -0500 | |
---|---|---|
committer | 2016-11-24 09:24:01 -0500 | |
commit | 30cda1d3e5b9195fbd1f23a3af4480666c750a34 (patch) | |
tree | 82f7b4b6bb3c61335c495d0925b393b212f6f3f0 /src/lib/util/aviio.cpp | |
parent | 7746690ddf1b6b806de046ec54fee954f09e182e (diff) |
A round of spelling/typographical fixes to source comments (nw)
Diffstat (limited to 'src/lib/util/aviio.cpp')
-rw-r--r-- | src/lib/util/aviio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/aviio.cpp b/src/lib/util/aviio.cpp index 6efae25a654..4a493c2b89b 100644 --- a/src/lib/util/aviio.cpp +++ b/src/lib/util/aviio.cpp @@ -2867,7 +2867,7 @@ avi_file::error avi_file_impl::chunk_overwrite(std::uint32_t type, const void *d /*------------------------------------------------- - write_initial_headers - write out the inital + write_initial_headers - write out the initial set of AVI and stream headers -------------------------------------------------*/ |