Fix file name typos in comments
authorKarl O. Pinc <kop@karlpinc.com>
Fri, 23 Feb 2024 00:59:57 +0000 (18:59 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Fri, 23 Feb 2024 00:59:57 +0000 (18:59 -0600)
src/pgwui_common/view.py

index 3032ff482bea80509f4158d78c79df38d0c8d077..fda475587170c786f2f8a844484eaa06f35c07ca 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright (C) 2018, 2020 The Meme Factory, Inc.  http://www.karlpinc.com/
+# Copyright (C) 2018, 2020, 2024 The Meme Factory, Inc.
+# http://www.karlpinc.com/
 
 # This file is part of PGWUI_Common.
 #
@@ -48,7 +49,7 @@ def base_view(wrapped):
 
 
 def errors_base_view(wrapped):
-    '''Decorator for any view which includes errors_base.mk.
+    '''Decorator for any view which includes errors_base.mak.
     '''
     def wrapper(request):
         '''Add variables needed by errors_base.mk to the response.
@@ -58,7 +59,7 @@ def errors_base_view(wrapped):
 
 
 def auth_base_view(wrapped):
-    '''Decorator for any view which includes auth_base.mk.
+    '''Decorator for any view which includes auth_base.mak.
     '''
     def wrapper(request):
         '''Add variables needed by auth_base.mk to the response.