Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 22, 2016
1 parent 756ba49 commit a08d2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plone/app/linkintegrity/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

try:
from Products.Archetypes.interfaces import IBaseObject
from Products.Archtypes.Field import TextField
from Products.Archetypes.Field import TextField
except ImportError:
from zope.interface import Interface

Expand Down

0 comments on commit a08d2a2

Please sign in to comment.