Skip to content

Commit

Permalink
Merge pull request #483 from svieira/patch-1
Browse files Browse the repository at this point in the history
Fix spelling.
  • Loading branch information
rduplain committed Apr 9, 2012
2 parents bcd00e5 + 9d09632 commit 989aabb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/blueprints.py
Expand Up @@ -25,7 +25,7 @@ def __init__(self, blueprint, app, options, first_registration):
#: a reference to the current application
self.app = app

#: a reference to the blurprint that created this setup state.
#: a reference to the blueprint that created this setup state.
self.blueprint = blueprint

#: a dictionary with all options that were passed to the
Expand Down

0 comments on commit 989aabb

Please sign in to comment.