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 --- lib/libvfio-user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libvfio-user.c') diff --git a/lib/libvfio-user.c b/lib/libvfio-user.c index 372ef2e..93dca6d 100644 --- a/lib/libvfio-user.c +++ b/lib/libvfio-user.c @@ -1732,7 +1732,7 @@ vfu_create_ctx(vfu_trans_t trans, const char *path, int flags, void *pvt, /* * FIXME: Now we always allocate for migration region. Check if its better - * to seperate migration region from standard regions in vfu_ctx.reg_info + * to separate migration region from standard regions in vfu_ctx.reg_info * and move it into vfu_ctx.migration. */ vfu_ctx->nr_regions = VFU_PCI_DEV_NUM_REGIONS; -- cgit v1.1