);
 }
 
-static void test_get_inital_dirty(void)
+static void test_get_initial_dirty(void)
 {
        struct kvm_vm *vm = create_vm_two_memslots();
        struct kvm_vcpu *vcpu;
 } testlist[] = {
        { "migration mode and dirty tracking", test_migration_mode },
        { "GET_CMMA_BITS: basic calls", test_get_cmma_basic },
-       { "GET_CMMA_BITS: all pages are dirty initally", test_get_inital_dirty },
+       { "GET_CMMA_BITS: all pages are dirty initially", test_get_initial_dirty },
        { "GET_CMMA_BITS: holes are skipped", test_get_skip_holes },
 };