diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2020-08-05 16:27:05 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2020-08-05 16:27:05 +0100 |
| commit | c6054996399e25ca9c6b05e635c0ba0845b81638 (patch) | |
| tree | efc882f504c6ee80fed538e28f5d2135df337b35 /app/Report | |
| parent | 63b8905b3e5720e93dbeefb3d48a5c7ca767ad39 (diff) | |
| download | webtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.tar.gz webtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.tar.bz2 webtrees-c6054996399e25ca9c6b05e635c0ba0845b81638.zip | |
typo
Diffstat (limited to 'app/Report')
| -rw-r--r-- | app/Report/ReportPdfCell.php | 2 |
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(); } |
