mirror of
https://github.com/NixOS/nix
synced 2025-06-27 12:41:15 +02:00
Fix typos, especially those that end up in the Nix manual
This commit is contained in:
parent
c6c024ca6f
commit
34bb806f74
18 changed files with 34 additions and 34 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue