Fix typo in comment
authorMagnus Hagander <magnus@hagander.net>
Mon, 28 Sep 2020 15:31:49 +0000 (17:31 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 28 Sep 2020 15:31:49 +0000 (17:31 +0200)
tools/communityauth/sample/django/auth.py

index d7bd25cb61cc604f6898ac23be4150222975769f..cbb41923136e48023a5c02f8435adfdeee4a06cb 100644 (file)
@@ -281,7 +281,7 @@ def auth_api(request):
 # Unlike the authentication, searching does not involve the browser - we just make
 # a direct http call.
 def user_search(searchterm=None, userid=None):
-    # If upsteam isn't responding quickly, it's not going to respond at all, and
+    # If upstream isn't responding quickly, it's not going to respond at all, and
     # 10 seconds is already quite long.
     socket.setdefaulttimeout(10)
     if userid: