summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/DownloadZipServlet.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/gitblit/DownloadZipServlet.java')
-rw-r--r--src/com/gitblit/DownloadZipServlet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/DownloadZipServlet.java b/src/com/gitblit/DownloadZipServlet.java
index 32369ae1..5f2a2a4b 100644
--- a/src/com/gitblit/DownloadZipServlet.java
+++ b/src/com/gitblit/DownloadZipServlet.java
@@ -38,7 +38,7 @@ import com.gitblit.utils.StringUtils;
* protected by an AccessRestrictionFilter. It performs its own authorization
* check, but it does not perform any authentication. The assumption is that
* requests to this servlet are made via the web ui and not by direct url
- * access. Unauthorized requests fail with a standard 403 (FORBIDDEN) code.
+ * access. Unauthorized requests fail with a standard 403 (FORBIDDEN) code.
*
* @author James Moger
*