This commit is contained in:
Eelco Dolstra 2013-10-02 14:22:49 +02:00
parent faaae44f2e
commit a5fb4b5b7c
1 changed files with 1 additions and 1 deletions

View File

@ -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