Skip to content

Commit

Permalink
[#1251] Fix small typo extenstion -> extension
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Dec 19, 2013
1 parent 1ed767d commit 8d01cec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/imageview/plugin.py
Expand Up @@ -9,7 +9,7 @@


class ImageView(p.SingletonPlugin):
'''This extenstion makes views of images'''
'''This extension makes views of images'''

p.implements(p.IConfigurer, inherit=True)
p.implements(p.IResourceView, inherit=True)
Expand Down
2 changes: 1 addition & 1 deletion ckanext/webpageview/plugin.py
Expand Up @@ -7,7 +7,7 @@


class WebPageView(p.SingletonPlugin):
'''This extenstion makes views of webpage'''
'''This extension makes views of webpage'''

p.implements(p.IConfigurer, inherit=True)
p.implements(p.IResourceView, inherit=True)
Expand Down

0 comments on commit 8d01cec

Please sign in to comment.