From ca434f42dc91e2b9b15ef826e79a4c29ff314cb7 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Sat, 30 Sep 2017 02:34:08 -0300 Subject: [style] fix typos on filenames and comments --- src/leap/soledad/server/_wsgi.py | 2 +- src/leap/soledad/server/entrypoints.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/leap/soledad/server/_wsgi.py b/src/leap/soledad/server/_wsgi.py index f6ff6b26..f1b0018d 100644 --- a/src/leap/soledad/server/_wsgi.py +++ b/src/leap/soledad/server/_wsgi.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# application.py +# _wsgi.py # Copyright (C) 2016 LEAP # # This program is free software: you can redistribute it and/or modify diff --git a/src/leap/soledad/server/entrypoints.py b/src/leap/soledad/server/entrypoints.py index ff2f333a..7f521dba 100644 --- a/src/leap/soledad/server/entrypoints.py +++ b/src/leap/soledad/server/entrypoints.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# entrypoint.py +# entrypoints.py # Copyright (C) 2016 LEAP # # This program is free software: you can redistribute it and/or modify @@ -50,7 +50,7 @@ class LocalServicesEntrypoint(SoledadSession): portal = localPortal() SoledadSession.__init__(self, portal) -# see the comments in application.py recarding why couch state has to be +# see the comments in _wsgi.py recarding why couch state has to be # initialized when the reactor is running -- cgit v1.2.3