diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-02T12·22+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-10-02T12·22+0200 |
commit | a5fb4b5b7c1688c9b095bc1c278c17c20844302a (patch) | |
tree | 4c81a55add63d7baa9e24e8bfd8213f12fb65fbe | |
parent | faaae44f2e8bc5f8863de80a2585fec8f51d144d (diff) |
Fix typo
-rw-r--r-- | src/nix-daemon/nix-daemon.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-daemon/nix-daemon.cc b/src/nix-daemon/nix-daemon.cc index 86f5c0a244eb..19b72f7eae45 100644 --- a/src/nix-daemon/nix-daemon.cc +++ b/src/nix-daemon/nix-daemon.cc @@ -722,7 +722,7 @@ static void processConnection(bool trusted) try { performOp(trusted, clientVersion, from, to, op); } catch (Error & e) { - /* If we're not in a state were we can send replies, then + /* If we're not in a state where we can send replies, then something went wrong processing the input of the client. This can happen especially if I/O errors occur during addTextToStore() / importPath(). If that |