diff --git a/doc/report/figures/fsm/agent_beginning.png b/doc/report/figures/fsm/agent_beginning.png
index 7226bf28e6a51b1ac03c086f50dbd6993a3022e0..26166e33088398d16975702c7643325cb5c92b99 100644
Binary files a/doc/report/figures/fsm/agent_beginning.png and b/doc/report/figures/fsm/agent_beginning.png differ
diff --git a/doc/report/figures/fsm/full_mgm2_agent.png b/doc/report/figures/fsm/full_mgm2_agent.png
index c3d4970f298059679c50ff81f622743f83fb8fe0..60d765e6a66822cbfeaaa1fcfc826edcf1264bec 100644
Binary files a/doc/report/figures/fsm/full_mgm2_agent.png and b/doc/report/figures/fsm/full_mgm2_agent.png differ
diff --git a/doc/report/fsm.tex b/doc/report/fsm.tex
index 5cbf5d982f1333fb083dac1356a75f97e009e8ad..1a57e3d364fa6a37cec10723d4d9d7dc3941bf22 100644
--- a/doc/report/fsm.tex
+++ b/doc/report/fsm.tex
@@ -9,7 +9,7 @@ Each agent $a_i$ is sent a \beginAlgo{} message by the supervisor and initiates
 The behaviour of each agent is defined by a finite state automata (see Figure~\ref{full_agent} for the big picture and Figures~\ref{beginning}, \ref{offerer}, \ref{receiver}, \ref{committed} and \ref{uncommitted} for focused extracts ).
 
 Communication of potential moves and their corresponding potential gains helps agents determine who should act. A single move is an action wherevy an agent changes the current value of its variable to another possible value belonging to the variable's domain.
-A coordinated move is similar but involves two agents changing the values of their variables. Note that a move can also be static if the change to \texti{another} value of the domain happens to be the current value of the variable.
+A coordinated move is similar but involves two agents changing the values of their variables. Note that a move can also be static if the change to \textit{another} value of the domain happens to be the current value of the variable.
 
 \subsection{Agent States}