summaryrefslogtreecommitdiff
path: root/src/java/ICalProperty.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/ICalProperty.java')
-rw-r--r--src/java/ICalProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/ICalProperty.java b/src/java/ICalProperty.java
index 6aa8dae1..87e99f6e 100644
--- a/src/java/ICalProperty.java
+++ b/src/java/ICalProperty.java
@@ -189,7 +189,7 @@ public class ICalProperty
public native ICalValue get_value();
public native String get_value_as_string();
- /* Return the name of the property -- the type name converted to a
+ /* Returns the name of the property -- the type name converted to a
String, or the value of get_x_name if the type is X property
*/
public native String get_name();