From 12c0ba16ec5b15f5cf723dfd6c8840547bc0164c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 21:15:04 -0500 Subject: [PATCH] spelling: throughout --- src/CalcManager/Ratpack/rat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CalcManager/Ratpack/rat.cpp b/src/CalcManager/Ratpack/rat.cpp index 11668b74..20751fe4 100644 --- a/src/CalcManager/Ratpack/rat.cpp +++ b/src/CalcManager/Ratpack/rat.cpp @@ -183,7 +183,7 @@ void divrat( PRAT *pa, PRAT b, int32_t precision) // RETURN: None, changes first pointer. // // DESCRIPTION: Does the rational equivalent of *pa += b. -// Assumes base is internal througought. +// Assumes base is internal throughout. // //----------------------------------------------------------------------------- @@ -204,7 +204,7 @@ void subrat( PRAT *pa, PRAT b, int32_t precision) // RETURN: None, changes first pointer. // // DESCRIPTION: Does the rational equivalent of *pa += b. -// Assumes base is internal througought. +// Assumes base is internal throughout. // //-----------------------------------------------------------------------------