Skip to content

Commit caec130

Browse files
committed
fix typo
1 parent 9924260 commit caec130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def auth():
209209
newURL = urlunparse((scheme,dstHost) + oldURL[2:]) # build the final URL
210210
return redirect(newURL)
211211
else:
212-
app.logger.inro("Yikes! No state found. This shoudln't happen.")
212+
app.logger.info("Yikes! No state found. This shouldn't happen.")
213213

214214
#
215215
# If we get to here it means we're the final server. Go ahead and process.

0 commit comments

Comments
 (0)