File: Small-spellfix.patch

package info (click to toggle)
pyephem 4.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,340 kB
  • sloc: ansic: 77,564; python: 2,473; makefile: 74
file content (21 lines) | stat: -rw-r--r-- 949 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Mon, 10 Jul 2017 14:47:50 +0200
Subject: Small spellfix

---
 extensions/_libastro.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extensions/_libastro.c b/extensions/_libastro.c
index 24d89dd..adaf59e 100644
--- a/extensions/_libastro.c
+++ b/extensions/_libastro.c
@@ -1448,7 +1448,7 @@ static PyMethodDef Body_methods[] = {
      {"parallactic_angle", (PyCFunction) Body_parallactic_angle, METH_NOARGS,
       "return the parallactic angle to the body; an Observer must have been"
       " provided to the most recent compute() call, because a parallactic"
-      " angle is always measured with respect to a specfic observer"},
+      " angle is always measured with respect to a specific observer"},
      {"writedb", (PyCFunction) Body_writedb, METH_NOARGS,
       "return a string representation of the body "
       "appropriate for inclusion in an ephem database file"},