diff --git a/PyPDF2/xmp.py b/PyPDF2/xmp.py index 7ba62f0dd..79b117044 100644 --- a/PyPDF2/xmp.py +++ b/PyPDF2/xmp.py @@ -217,7 +217,7 @@ def get(self): dc_date = property(_getter_seq(DC_NAMESPACE, "date", _converter_date)) """ - A sorted array of dates (datetime.datetime instances) of signifigance to + A sorted array of dates (datetime.datetime instances) of significance to the resource. The dates and times are in UTC. """