Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hbashton committed Apr 9, 2017
1 parent 7fdcb4f commit 372adfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions supergroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ function delmessage($update, $MadelineProto)
} catch (Exception $e) {
}
} else {
$message = $repsonses['delmessage']['help'];
$message = $MadelineProto->responses['delmessage']['help'];
$default['message'] = $message;
}
}
Expand Down Expand Up @@ -521,7 +521,7 @@ function delmessage_user($update, $MadelineProto, $msg = "")
}
}
} else {
$message = $reponses['delmessage_user']['help'];
$message = $MadelineProto->responses['delmessage_user']['help'];
$default['message'] = $message;
}
}
Expand Down Expand Up @@ -578,7 +578,7 @@ function purgemessage($update, $MadelineProto)
unset($default['message']);
} catch (Exception $e) {}
} else {
$message = $reponses['purgemessage']['help'];
$message = $MadelineProto->responses['purgemessage']['help'];
$default['message'] = $message;
}
}
Expand Down

0 comments on commit 372adfd

Please sign in to comment.