summaryrefslogtreecommitdiff
path: root/app/GedcomCode/GedcomCodeAdop.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/GedcomCode/GedcomCodeAdop.php')
-rw-r--r--app/GedcomCode/GedcomCodeAdop.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/GedcomCode/GedcomCodeAdop.php b/app/GedcomCode/GedcomCodeAdop.php
index 46c232ab19..875ad2c568 100644
--- a/app/GedcomCode/GedcomCodeAdop.php
+++ b/app/GedcomCode/GedcomCodeAdop.php
@@ -87,7 +87,7 @@ class GedcomCodeAdop {
$values[$type] = self::getValue($type, $record);
}
- // Don't sort these. We want the order: both parents, father, mother
+ // Don't sort these. We want the order: both parents, father, mother
return $values;
}
}