From b215c6e4f32a386347baa86fc71b5c9cd77fecac Mon Sep 17 00:00:00 2001
From: Chris Sangwin <C.J.Sangwin@ed.ac.uk>
Date: Fri, 3 Jan 2025 10:58:06 +0000
Subject: [PATCH] Update assessment.mac

Fix spelling mistake.
---
 stack/maxima/assessment.mac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stack/maxima/assessment.mac b/stack/maxima/assessment.mac
index 1a3634019..083e30529 100644
--- a/stack/maxima/assessment.mac
+++ b/stack/maxima/assessment.mac
@@ -542,7 +542,7 @@ polarform_simp(ex) := block([%_r, %_theta, %_pf,simp],
 */
 
 
-/* Decides if an expression is precicely of the form a*10^n, where a is an integer, or a float, and n is an integer. */
+/* Decides if an expression is precisely of the form a*10^n, where a is an integer, or a float, and n is an integer. */
 scientific_notationp(ex) := block([tn],
   if not(safe_op(ex)="*") then return(false),
   if not(length(args(ex))=2) then return(false),
-- 
GitLab