From 0d728c194349b210ffc85f892c8492dca39b31f6 Mon Sep 17 00:00:00 2001 From: Jason Brown Date: Fri, 19 Jan 2018 05:12:45 -0800 Subject: [PATCH] ninja-fix a minor documentation oversight in bin/cassandra (CASSANDRA-14175) --- bin/cassandra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cassandra b/bin/cassandra index 1305db9e28..95ab4c07ec 100755 --- a/bin/cassandra +++ b/bin/cassandra @@ -33,7 +33,7 @@ # # As a convenience, a fragment of shell is sourced in order to set one or # more of these variables. This so-called `include' can be placed in a -# number of locations and will be searched for in order. The lowest +# number of locations and will be searched for in order. The highest # priority search path is the same directory as the startup script, and # since this is the location of the sample in the project tree, it should # almost work Out Of The Box.