Skip to content

Commit 6ad091f

Browse files
committed
fix: just fixed a typo complite -> complete
1 parent d3eaf73 commit 6ad091f

File tree

1 file changed

+2
-2
lines changed
  • src/DIRAC/FrameworkSystem/private/authorization/grants

1 file changed

+2
-2
lines changed

src/DIRAC/FrameworkSystem/private/authorization/grants/DeviceFlow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ def create_authorization_response(self, redirect_uri, user):
116116
info="Failed to save %s authorization session status." % self.request.data["user_code"],
117117
)
118118

119-
# Notify user that authorization complite.
119+
# Notify user that authorization completed.
120120
return 200, getHTML(
121-
"authorization complite!",
121+
"authorization complete!",
122122
theme="success",
123123
info="Authorization has been completed, now you can close this window and return to the terminal.",
124124
)

0 commit comments

Comments
 (0)