summaryrefslogtreecommitdiff
path: root/src/libical/icalproperty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libical/icalproperty.c')
-rw-r--r--src/libical/icalproperty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libical/icalproperty.c b/src/libical/icalproperty.c
index 661d2547..15dc7320 100644
--- a/src/libical/icalproperty.c
+++ b/src/libical/icalproperty.c
@@ -258,7 +258,7 @@ static char *get_next_line_start(char *line_start, size_t chars_left)
return line_start + MAX_LINE_LEN - 1;
}
-/** This splits the property into lines less than 75 octects long (as
+/** This splits the property into lines less than 75 octets long (as
* specified in RFC5545). It tries to split after a ';' if it can.
* It returns a tmp buffer. NOTE: I'm not sure if it matters if we
* split a line in the middle of a UTF-8 character. It probably won't