tftp: do not risk invoking Sorcerer's Apprentice syndrome
[oweals/busybox.git] / modutils / modutils-24.c
index 4b0e78687dd4f316545a5b59776f1fc2fcb7dac6..a16cb1bbe39328b34d1151facb117a8d3035d70c 100644 (file)
@@ -3803,7 +3803,7 @@ int FAST_FUNC bb_init_module_24(const char *m_filename, const char *options)
                if (m_has_modinfo) {
                        int m_version = new_get_module_version(f, m_strversion);
                        if (m_version == -1) {
-                               bb_error_msg_and_die("cannot find the kernel version "
+                               bb_error_msg_and_die("can't find the kernel version "
                                        "the module was compiled for");
                        }
                }