summaryrefslogtreecommitdiff
path: root/app/Report
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2020-08-05 16:27:05 +0100
committerGreg Roach <greg@subaqua.co.uk>2020-08-05 16:27:05 +0100
commitc6054996399e25ca9c6b05e635c0ba0845b81638 (patch)
treeefc882f504c6ee80fed538e28f5d2135df337b35 /app/Report
parent63b8905b3e5720e93dbeefb3d48a5c7ca767ad39 (diff)
downloadwebtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.tar.gz
webtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.tar.bz2
webtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.zip
typo
Diffstat (limited to 'app/Report')
-rw-r--r--app/Report/ReportPdfCell.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Report/ReportPdfCell.php b/app/Report/ReportPdfCell.php
index 68d547a724..774d5fcee4 100644
--- a/app/Report/ReportPdfCell.php
+++ b/app/Report/ReportPdfCell.php
@@ -151,7 +151,7 @@ class ReportPdfCell extends ReportBaseCell
if ($this->newline >= 1) {
$renderer->lastCellHeight = 0;
} elseif ($renderer->lastCellHeight < $renderer->tcpdf->getLastH()) {
- // OR save the last height if heigher then before
+ // OR save the last height if higher then before
$renderer->lastCellHeight = $renderer->tcpdf->getLastH();
}