"Stop" should be "stomp" in fish.cpp comment

This commit is contained in:
ridiculousfish 2015-12-29 16:39:15 -08:00
parent 834ebef53c
commit 1363c7468d

View file

@ -516,7 +516,7 @@ int main(int argc, char **argv)
const io_chain_t empty_ios;
if (read_init(paths))
{
/* Stop the exit status of any initialization commands (#635) */
/* Stomp the exit status of any initialization commands (#635) */
proc_set_last_status(STATUS_BUILTIN_OK);
/* Run the commands specified as arguments, if any */