qga/: spelling fixes

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
Michael Tokarev
2023-07-14 14:33:40 +03:00
parent 96420a30e0
commit 01dc06511d
6 changed files with 8 additions and 8 deletions

View File

@@ -382,7 +382,7 @@ test_add_keys(void)
&err);
g_assert(err == NULL);
/* key2 came first, and should'nt be duplicated */
/* key2 came first, and shouldn't be duplicated */
test_authorized_keys_equal("algo key2 comments\n"
"algo key1 comments");
}