From: David Gageot Date: Mon, 24 Sep 2012 09:09:58 +0000 (+0200) Subject: Typo in comment X-Git-Tag: 3.3~231 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=58d867edbfa4c93538355237d1937b046c053e9a;p=sonarqube.git Typo in comment --- diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/Property.java b/sonar-plugin-api/src/main/java/org/sonar/api/Property.java index 46f9d0ebe86..d76dc019a88 100644 --- a/sonar-plugin-api/src/main/java/org/sonar/api/Property.java +++ b/sonar-plugin-api/src/main/java/org/sonar/api/Property.java @@ -66,7 +66,7 @@ public @interface Property { String category() default ""; /** - * Is the property displayed in projet settings page ? + * Is the property displayed in project settings page ? */ boolean project() default false;