From 0a7cc2b113a6785006699b5b2bedcc50d0aa4a1a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 6 Sep 2014 02:19:43 +0200 Subject: [PATCH] Fix typo --- flask/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/helpers.py b/flask/helpers.py index c0495906..9c85fa00 100644 --- a/flask/helpers.py +++ b/flask/helpers.py @@ -726,7 +726,7 @@ def find_package(import_name): filename = sys.modules[import_name].__file__ package_path = os.path.abspath(os.path.dirname(filename)) - # In case the root module is a pcakage we need to chop of the + # In case the root module is a package we need to chop of the # rightmost part. This needs to go through a helper function # because of python 3.3 namespace packages. if _matching_loader_thinks_module_is_package(