From f73d7f0d394f0d2d94044b86562d3c2144824509 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 15 Apr 2019 20:02:12 +0200 Subject: [PATCH] Spelling fix --- tests/Localization/MoneyTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Localization/MoneyTest.php b/tests/Localization/MoneyTest.php index c0b3ec114..1877dfebb 100644 --- a/tests/Localization/MoneyTest.php +++ b/tests/Localization/MoneyTest.php @@ -126,7 +126,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase } /** - * @testdox The datatype correctly multiplies and devides the money with numerics + * @testdox The datatype correctly multiplies and divides the money with numerics */ public function testMoneyMultDiv() : void { @@ -146,7 +146,7 @@ class MoneyTest extends \PHPUnit\Framework\TestCase } /** - * @testdox The datatype correctly handles the power opperator + * @testdox The datatype correctly handles the power operator */ public function testMoneyPower() : void {