No Message Supplied
[xfstests-dev.git] / dmapi / src / suite1 / cmd / get_mountinfo.c
index 62e10c0ab885135dd6c2fa0eeeace6e2aec47960..e3c3d317571cb3edced882e409b1acb190275c96 100644 (file)
@@ -123,7 +123,7 @@ main(
        pathname = 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)