aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fish.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-12-29 16:39:15 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-12-29 16:39:28 -0800
commit1363c7468d865ce037433ea06dc4f08b50c4056b (patch)
tree4aaa8533f5823e2f8dad5e2d5fb020bda96f8991 /src/fish.cpp
parent834ebef53cf8f58ad53344b053f6d3225d78e0fd (diff)
"Stop" should be "stomp" in fish.cpp comment
Diffstat (limited to 'src/fish.cpp')
-rw-r--r--src/fish.cpp2
1 files changed, 1 insertions, 1 deletions
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 */