From b975ee6e184884b63c654d2414f013c645c8a92e Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 16 Nov 2022 09:50:34 +0000 Subject: check spelling (#720) Use misspell-fixer if available, and correct the small number of errors it found. Rather than trying to install into the CI, run it directly from a github action. Signed-off-by: John Levon Reviewed-by: Swapnil Ingle Reviewed-by: Thanos Makatos --- samples/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/client.c') diff --git a/samples/client.c b/samples/client.c index 13f5ad1..d4abd21 100644 --- a/samples/client.c +++ b/samples/client.c @@ -1129,7 +1129,7 @@ int main(int argc, char *argv[]) /* * VFIO_USER_VERSION * - * Do intial negotiation with the server, and discover parameters. + * Do initial negotiation with the server, and discover parameters. */ negotiate(sock, &server_max_fds, &server_max_data_xfer_size, &pgsize); -- cgit v1.1