Commit bb3e7f47 by Michael DeHaan

Remove "the the"

parent 25162c98
...@@ -75,7 +75,7 @@ examples: ...@@ -75,7 +75,7 @@ examples:
- code: apt pkg=foo state=removed - code: apt pkg=foo state=removed
description: Remove C(foo) package description: Remove C(foo) package
- code: apt pkg=foo state=installed - code: apt pkg=foo state=installed
description: Install the the package C(foo) description: Install the package C(foo)
- code: apt pkg=foo=1.00 state=installed - code: apt pkg=foo=1.00 state=installed
description: Install the version '1.00' of package C(foo) description: Install the version '1.00' of package C(foo)
- code: apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes - code: apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes
......
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