gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 1148251: CosmicCalculator: typo correction in


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 1148251: CosmicCalculator: typo correction in printed output
Date: Mon, 25 Mar 2019 20:17:59 -0400 (EDT)

branch: master
commit 1148251478691cb2e5eecef8e9bd819cd7b99e63
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    CosmicCalculator: typo correction in printed output
    
    `Curvature' was mistakenly written as `curvatue' and is now fixed.
    
    This typo was reported by David Valls-Gabaud.
---
 bin/cosmiccal/cosmiccal.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/cosmiccal/cosmiccal.c b/bin/cosmiccal/cosmiccal.c
index 2295e55..e58a834 100644
--- a/bin/cosmiccal/cosmiccal.c
+++ b/bin/cosmiccal/cosmiccal.c
@@ -61,7 +61,7 @@ cosmiccal_print_input(struct cosmiccalparams *p)
          p->olambda);
   printf(FLTFORMAT, "Matter fractional density, now:", p->omatter);
   printf(EXPFORMAT, "Radiation fractional density, now:", p->oradiation);
-  printf(EXPFORMAT, "Curvatue fractional density (from the above):",
+  printf(EXPFORMAT, "Curvature fractional density (from the above):",
          1 - ( p->olambda + p->omatter + p->oradiation ));
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]