From 2ec9717ea3d37c8b8acc69b06546bba37cfd4404 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 17 Oct 2012 19:38:17 -0400 Subject: [PATCH] Remove "the the" --- apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apt b/apt index 15c11d16dea..670accc3300 100755 --- a/apt +++ b/apt @@ -75,7 +75,7 @@ examples: - code: apt pkg=foo state=removed description: Remove C(foo) package - 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 description: Install the version '1.00' of package C(foo) - code: apt pkg=nginx state=latest default-release=squeeze-backports update-cache=yes