summaryrefslogtreecommitdiff
path: root/devel/pymacs
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-06-01 09:42:37 +0000
commita249020977a2394eb6f6b41a59e49167878d5f8d (patch)
tree5d607d247327f1beb39661a2ddfb9b78f6f2cd45 /devel/pymacs
parentRemove WITH_GHOSTSCRIPT_GNU check. (diff)
Large round of typo fixes in ports/devel (pkg-descr).
Notes
Notes: svn path=/head/; revision=214100
Diffstat (limited to 'devel/pymacs')
-rw-r--r--devel/pymacs/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pymacs/pkg-descr b/devel/pymacs/pkg-descr
index 59e861f5424a..1c6c102c92ab 100644
--- a/devel/pymacs/pkg-descr
+++ b/devel/pymacs/pkg-descr
@@ -1,7 +1,7 @@
Pymacs is a powerful tool which, once started from Emacs, allows both-way
communication between Emacs Lisp and Python. Pymacs aims Python as an
extension language for Emacs rather than the other way around, and this
-assymetry is reflected in some design choices. Within Emacs Lisp code, one
+asymmetry is reflected in some design choices. Within Emacs Lisp code, one
may load and use Python modules. Python functions may themselves use Emacs
services, and handle Emacs Lisp objects kept in Emacs Lisp space.