mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 08:49:35 +01:00
Fix various typos in source code
This only touches code comments, class names, documentation, enumeration names and tests.
This commit is contained in:
parent
9e97ecabb6
commit
114de63d88
63 changed files with 104 additions and 104 deletions
|
|
@ -862,7 +862,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
|||
|
||||
auto options = ServeProto::Serialise<ServeProto::BuildOptions>::read(*store, rconn);
|
||||
|
||||
// Only certain feilds get initialized based on the protocol
|
||||
// Only certain fields get initialized based on the protocol
|
||||
// version. This is why not all the code below is unconditional.
|
||||
// See how the serialization logic in
|
||||
// `ServeProto::Serialise<ServeProto::BuildOptions>` matches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue