- fix typo in error message. Closes #1308 by pulling r18746 from trunk
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 5 Jun 2007 17:12:40 +0000 (17:12 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 5 Jun 2007 17:12:40 +0000 (17:12 -0000)
archival/dpkg.c

index dcbd0d162b453095334dd81ca143381ed1c2c1be..0ab54c30ec27c8f016d1c47244f2dc1dbf6b3c5a 100644 (file)
@@ -1550,7 +1550,7 @@ static void configure_package(deb_file_t *deb_file)
        /* Run the postinst script */
        if (run_package_script(package_name, "postinst") != 0) {
                /* TODO: handle failure gracefully */
-               bb_error_msg_and_die("postrm failure.. set status to what?");
+               bb_error_msg_and_die("postinst failure.. set status to what?");
        }
        /* Change status to reflect success */
        set_status(status_num, "install", 1);