Commit e2a96ca9 authored by Jean-Paul Smets's avatar Jean-Paul Smets

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29798 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent abf0755c
...@@ -33,7 +33,7 @@ class IConvertable(Interface): ...@@ -33,7 +33,7 @@ class IConvertable(Interface):
""" """
Convertable interface specification Convertable interface specification
Documents which immplement IConvertable can be converted Documents which implement IConvertable can be converted
to multiple formats. IConvertable also provides to multiple formats. IConvertable also provides
methods to list possible formats which documents can methods to list possible formats which documents can
be converted to. be converted to.
......
...@@ -33,7 +33,7 @@ class IDownloadable(Interface): ...@@ -33,7 +33,7 @@ class IDownloadable(Interface):
""" """
Downloadable interface specification Downloadable interface specification
Documents which immplement the IDownloadable can be downloaded Documents which implement the IDownloadable can be downloaded
directly from their URL using any format specified as a parameter. directly from their URL using any format specified as a parameter.
""" """
......
...@@ -33,7 +33,7 @@ class IHtmlConvertable(Interface): ...@@ -33,7 +33,7 @@ class IHtmlConvertable(Interface):
""" """
HTML Convertable interface specification HTML Convertable interface specification
Documents which immplement the ITextConvertable interface Documents which implement the ITextConvertable interface
can be converted to HTML. can be converted to HTML.
""" """
......
...@@ -33,7 +33,7 @@ class ITextConvertable(Interface): ...@@ -33,7 +33,7 @@ class ITextConvertable(Interface):
""" """
Text Convertable interface specification Text Convertable interface specification
Documents which immplement the ITextConvertable interface Documents which implement the ITextConvertable interface
can be converted to plain text. can be converted to plain text.
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment