summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:54:22 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2005-09-13 19:54:22 +0200
commit2b63d90d87a10433af619d0a9f77f1e8ab28c467 (patch)
tree907de6f326e17879d19a08a397036a546dcb1ab5 /src
parent636172cb4560a10d1fa294e595ea96f40fbe08ea (diff)
angels -> angles :-)
Diffstat (limited to 'src')
-rw-r--r--src/ProjectionSphaeric.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectionSphaeric.cxx b/src/ProjectionSphaeric.cxx
index 550f906..874ee50 100644
--- a/src/ProjectionSphaeric.cxx
+++ b/src/ProjectionSphaeric.cxx
@@ -72,7 +72,7 @@ ProjectionSphaeric::comp_params(Hill *m1, Hill *m2, ViewParams *parms) {
}
i = a_tilt_diff[0]<a_tilt_diff[1]?0:1; // Choose solution where difference
- // of tilt angels is smaller.
+ // of tilt angles is smaller.
if (a_tilt_diff[i] < 10000.0) {
parms->a_center = a_center_tmp[i];