From 9163dd227b5e116bb91bfa525bdf6f551cf54550 Mon Sep 17 00:00:00 2001
From: Giovanni Bussi <giovanni.bussi@gmail.com>
Date: Fri, 12 Jul 2019 09:45:18 -0600
Subject: [PATCH] type

cc: @gtribello
---
 src/vesselbase/Highest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vesselbase/Highest.cpp b/src/vesselbase/Highest.cpp
index d91838658..0045f8a2b 100644
--- a/src/vesselbase/Highest.cpp
+++ b/src/vesselbase/Highest.cpp
@@ -42,7 +42,7 @@ void Highest::registerKeywords( Keywords& keys ) {
 
 void Highest::reserveKeyword( Keywords& keys ) {
   keys.reserve("vessel","HIGHEST","this flag allows you to recover the highest of these variables.");
-  keys.addOutputComponent("highest","HIGHEST","the lowest of the quantities calculated by this action");
+  keys.addOutputComponent("highest","HIGHEST","the highest of the quantities calculated by this action");
 }
 
 Highest::Highest( const VesselOptions& da ) :
-- 
GitLab