From cbc55843bd3c461fa74685a982a4be72f8a47c0f Mon Sep 17 00:00:00 2001 From: Randall Leeds Date: Mon, 5 Aug 2013 22:19:02 -0700 Subject: [PATCH] typo --- gunicorn/app/pasterapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gunicorn/app/pasterapp.py b/gunicorn/app/pasterapp.py index 5543e72e..7d35b336 100644 --- a/gunicorn/app/pasterapp.py +++ b/gunicorn/app/pasterapp.py @@ -129,7 +129,7 @@ class PasterServerApplication(PasterBaseApplication): if cfg.get("config"): self.load_config_from_file(cfg["config"]) else: - default_config = get_defalult_config_file() + default_config = get_default_config_file() if default_config is not None: self.load_config_from_file(default_config)