No Message Supplied
[xfstests-dev.git] / dmapi / src / suite1 / cmd / get_dmattr.c
index 3cf454dbc78fe3e833a2e14080cf7d315b8365e1..33fb39bb0252a50486c5f0d61a6ef2856f09b1c9 100644 (file)
@@ -112,7 +112,7 @@ main(
        attrnamep = (dm_attrname_t *)argv[optind];
 
        if (dm_init_service(&name) == -1)  {
-               fprintf(stderr, "Can't inititalize the DMAPI\n");
+               fprintf(stderr, "Can't initialize the DMAPI\n");
                exit(1);
        }
        if (sid == DM_NO_SESSION)