Skip to content

Commit 3742ae0

Browse files
committed
Typo
1 parent a91115b commit 3742ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstore/filetransfer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ struct curlFileTransfer : public FileTransfer
622622
void quit()
623623
{
624624
quitting = true;
625-
/* We wil not be processing any more incomming requests */
625+
/* We wil not be processing any more incoming requests */
626626
while (!incoming.empty())
627627
incoming.pop();
628628
}

0 commit comments

Comments
 (0)