aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:00:20 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:00:20 +0100
commit5e0821e7f033620266430c28155ae12becf2c445 (patch)
tree3ca1c3cb65cd0894add9005827b80db1b0f217a7 /README
parent... (diff)
downloadlibtellurian-5e0821e7f033620266430c28155ae12becf2c445.tar.gz
libtellurian-5e0821e7f033620266430c28155ae12becf2c445.tar.bz2
libtellurian-5e0821e7f033620266430c28155ae12becf2c445.tar.xz
m fixesHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 6916fa9..353dbd0 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
NAME
libtellurian - Geodesy library
-SYNPOSIS
+SYNOPSIS
#include <libtellurian.h>
Link with -ltellurian -lm.
@@ -16,8 +16,8 @@ DESCRIPTION
function name uses the suffix "_radians", in which
case the function uses radians instead of degrees.
All functions that input or output angles have a
- version that uses degress and a version that uses
+ version that uses degrees and a version that uses
radians. Unless otherwise specified, functions that
- use degress convert the input and output to and from
+ use degrees convert the input and output to and from
radians and call the version of the function that
uses radians.