From 332565c70f409a9624a6705345adec95227f944d Mon Sep 17 00:00:00 2001
From: Franck Dary <franck.dary@lis-lab.fr>
Date: Thu, 12 Sep 2019 11:34:39 +0200
Subject: [PATCH] Corrected typo

---
 transition_machine/src/Oracle.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transition_machine/src/Oracle.cpp b/transition_machine/src/Oracle.cpp
index a4cd2a2..e93e578 100644
--- a/transition_machine/src/Oracle.cpp
+++ b/transition_machine/src/Oracle.cpp
@@ -689,7 +689,7 @@ void Oracle::explainCostOfAction(FILE * output, Config & c, const std::string &
           }
           else if (headGov == s)
           {
-            fprintf(output, "The current getHead()\'s governor is on the stack %d(%s)\n", s, c.getTape("FORM").getRef(s-head).c_str());
+            fprintf(output, "The current head\'s governor is on the stack %d(%s)\n", s, c.getTape("FORM").getRef(s-head).c_str());
             return;
           }
         }
-- 
GitLab