Skip to content

Commit

Permalink
Corrected a typo in the change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed Feb 18, 2015
1 parent 9450f28 commit 21dfa33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iPOPO
This avoids trying to validate them automatically.
* The ``retry_erroneous()`` method of the iPOPO service and the ``retry`` shell
command allows to retry the validation of an ERRONEOUS component.
* The ``@SingletonFactory`` decortator can replace the ``@ComponentFactory``
* The ``@SingletonFactory`` decorator can replace the ``@ComponentFactory``
one.
It ensures that only one component of this factory can be instantiated at a
time.
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ iPOPO
This avoids trying to validate them automatically.
* The ``retry_erroneous()`` method of the iPOPO service and the ``retry`` shell
command allows to retry the validation of an ERRONEOUS component.
* The ``@SingletonFactory`` decortator can replace the ``@ComponentFactory``
* The ``@SingletonFactory`` decorator can replace the ``@ComponentFactory``
one.
It ensures that only one component of this factory can be instantiated at a
time.
Expand Down

0 comments on commit 21dfa33

Please sign in to comment.