From 6a4efd343c754937a5df3ebba8c43ec0d58f93aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= <nicolas.alvarez@gmail.com>
Date: Mon, 31 May 2010 21:52:12 -0300
Subject: [PATCH] Fix typo in upload guidelines.

---
 debshots/templates/packages/upload.mako |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debshots/templates/packages/upload.mako b/debshots/templates/packages/upload.mako
index d5615e1..6264ee0 100644
--- a/debshots/templates/packages/upload.mako
+++ b/debshots/templates/packages/upload.mako
@@ -77,7 +77,7 @@ ${ h.tags.form(h.url('uploadfile'), method='post', multipart=True) }
 <ul>
     <li>Screenshots are published under the terms of the packaged software itself.</li>
     <li>Your screenshots must be in PNG format.</li>
-    <li>Due to legal reasons screenshots for non-free packages aren't accecpted.</li>
+    <li>Due to legal reasons screenshots for non-free packages aren't accepted.</li>
     <li>Images larger than 800x600 pixels will automatically be reduced to that
         size (retaining the aspect ratio of course).
         So if you like to control the exact result of what you upload then
-- 
1.7.1


