Found via `codespell -q 3 -L uint,thru -S ./src/zlib`
misc/combine-trace-files *.o.ccache-trace | gzip > ccache.trace.gz
(The gzip step is optional; Chrome supports both plain trace files and gzipped
-trace files.) The script will offset each invididual trace by its start time in
+trace files.) The script will offset each individual trace by its start time in
the combined file.
There is also a script called `summarize-trace-files` that generates a summary
- Compilations with /dev/null as the input file are now cached.
-- ccache has learned how to contruct the object filename if no `-o` option is
+- ccache has learned how to construct the object filename if no `-o` option is
given and the source filename does not include a `.` or ends with a `.`.
- Fixed a temporary file leak when the depend mode is enabled and the compiler
// Note: The path pointer is stored in conf, so path must outlive conf.
//
-// On failure, if an I/O error occured errno is set appropriately, otherwise
+// On failure, if an I/O error occurred errno is set appropriately, otherwise
// errno is set to zero indicating that config itself was invalid.
bool
conf_read(struct conf *conf, const char *path, char **errmsg)