forked from lix-project/lix
Fix typo
This commit is contained in:
parent
faaae44f2e
commit
a5fb4b5b7c
|
@ -722,7 +722,7 @@ static void processConnection(bool trusted)
|
||||||
try {
|
try {
|
||||||
performOp(trusted, clientVersion, from, to, op);
|
performOp(trusted, clientVersion, from, to, op);
|
||||||
} catch (Error & e) {
|
} 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
|
something went wrong processing the input of the
|
||||||
client. This can happen especially if I/O errors occur
|
client. This can happen especially if I/O errors occur
|
||||||
during addTextToStore() / importPath(). If that
|
during addTextToStore() / importPath(). If that
|
||||||
|
|
Loading…
Reference in a new issue