diff options
author | Ivan Kozik <ivan@ludios.org> | 2013-08-10T21·36+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-26T09·15+0200 |
commit | 34bb806f747d5edc16119e38e2ac44e6b236ac12 (patch) | |
tree | bee9d463cd53277998bc20b7b37e78745461ce25 /src/libutil/serialise.hh | |
parent | c6c024ca6f587dab991589ad6fdf010b9f0e6d62 (diff) |
Fix typos, especially those that end up in the Nix manual
Diffstat (limited to 'src/libutil/serialise.hh')
-rw-r--r-- | src/libutil/serialise.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/serialise.hh b/src/libutil/serialise.hh index e1c4514dbb4b..e5a9df1d050a 100644 --- a/src/libutil/serialise.hh +++ b/src/libutil/serialise.hh @@ -61,7 +61,7 @@ struct BufferedSource : Source size_t read(unsigned char * data, size_t len); - /* Underlying read call, to be overriden. */ + /* Underlying read call, to be overridden. */ virtual size_t readUnbuffered(unsigned char * data, size_t len) = 0; bool hasData(); |