Fix typo
authorDave Page <dpage@pgadmin.org>
Fri, 21 May 2021 09:32:54 +0000 (10:32 +0100)
committerDave Page <dpage@pgadmin.org>
Fri, 21 May 2021 09:33:01 +0000 (10:33 +0100)
pgweb/downloads/views.py

index 7370193cba1f4d43e390b82e2897f7b776a71442..18921ff4471bde6f4d20a5b18617c2c50db38b42 100644 (file)
@@ -77,7 +77,7 @@ def ftpbrowser(request, subpath):
     # Add all symlinks (only directories supported)
     directories.extend([{'link': k, 'url': v['d'], 'type': 'l'} for k, v in list(node.items()) if v['t'] == 'l'])
 
-    # A ittle early sorting wouldn't go amiss, so .. ends up at the top
+    # A little early sorting wouldn't go amiss, so .. ends up at the top
     directories.sort(key=version_sort, reverse=True)
 
     # Add a link to the parent directory