Fix some typos in comments

Change-Id: I9974427affda52399912a61f8a65cf9da2a3343d
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-01-28 11:11:26 +01:00
parent 4a9714b86a
commit 3d47fa39c3
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
package com.google.gerrit.common.errors;
/** Indicats the user cannot perform this task. */
/** Indicates the user cannot perform this task. */
public class PermissionDeniedException extends Exception {
private static final long serialVersionUID = 1L;