]> source.dussan.org Git - sonarqube.git/commitdiff
Typo in comment
authorDavid Gageot <david@gageot.net>
Mon, 24 Sep 2012 09:09:58 +0000 (11:09 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 24 Sep 2012 09:09:58 +0000 (11:09 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/Property.java

index 46f9d0ebe867f06650f2119186002645de051b53..d76dc019a8829ba2fc7ff205fe201f37228dcf44 100644 (file)
@@ -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;