From 5d6ccecf884e4621132c0d5f8b4c337fdaf650b3 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 2 Mar 2024 22:35:13 +0100 Subject: [PATCH] Correct a typo in `matrix_commander/matrix_commander.py` Cf https://github.com/Benjamin-Loison/matrix-commander/issues/12. --- matrix_commander/matrix_commander.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_commander/matrix_commander.py b/matrix_commander/matrix_commander.py index 9c3f223..3271e98 100755 --- a/matrix_commander/matrix_commander.py +++ b/matrix_commander/matrix_commander.py @@ -6273,7 +6273,7 @@ async def action_login() -> None: else: raise MatrixCommanderError( "E226: " - "--login specifies invalid authenticatin method " + "--login specifies invalid authentication method " f"'{method}'. Only 'password' and 'sso' allowed." ) from None if gs.pa.homeserver: