From f2ccffaa5f61fad0f3b81219f81f94676f2a26af Mon Sep 17 00:00:00 2001 From: Geoff Lamperd Date: Wed, 8 Mar 2023 16:15:00 +1000 Subject: [PATCH] fixes spelling --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index 2cd1f223..6ac12bd2 100755 --- a/cli.js +++ b/cli.js @@ -98,7 +98,7 @@ const commands = [ { cmd: "powersoftau prepare phase2 ", description: "Prepares phase 2. ", - longDescription: " This process calculates the evaluation of the Lagrange polinomials at tau for alpha*tau and beta tau", + longDescription: " This process calculates the evaluation of the Lagrange polynomials at tau for alpha*tau and beta tau", alias: ["pt2"], options: "-verbose|v", action: powersOfTauPreparePhase2