diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php
index d9069ab..6a3a028 100644
--- a/src/arenas/Battleship/act.php
+++ b/src/arenas/Battleship/act.php
@@ -127,7 +127,7 @@ switch ($_POST['act']){
);
$anwserPlayerJson=get_IA_Response($currentBot['url'],$botParamsToSend);
- if($fulLLogs){
+ if($fullLogs){
$fullLogs='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayerJson['messageSend']).'
HTTP status: '.htmlentities($anwserPlayerJson['httpStatus']).'
Bot anwser: '.htmlentities($anwserPlayerJson['response']).'
';