about summary refs log tree commit diff
path: root/src/nix-daemon/nix-daemon.cc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-02T12·22+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-10-02T12·22+0200
commita5fb4b5b7c1688c9b095bc1c278c17c20844302a (patch)
tree4c81a55add63d7baa9e24e8bfd8213f12fb65fbe /src/nix-daemon/nix-daemon.cc
parentfaaae44f2e8bc5f8863de80a2585fec8f51d144d (diff)
Fix typo
Diffstat (limited to 'src/nix-daemon/nix-daemon.cc')
-rw-r--r--src/nix-daemon/nix-daemon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-daemon/nix-daemon.cc b/src/nix-daemon/nix-daemon.cc
index 86f5c0a244..19b72f7eae 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