From 1363c7468d865ce037433ea06dc4f08b50c4056b Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Tue, 29 Dec 2015 16:39:15 -0800 Subject: "Stop" should be "stomp" in fish.cpp comment --- src/fish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fish.cpp') diff --git a/src/fish.cpp b/src/fish.cpp index 0a6984e4..315ca8d6 100644 --- a/src/fish.cpp +++ b/src/fish.cpp @@ -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 */ -- cgit v1.2.3