diff options
author | Thomas Quinot <thomas@FreeBSD.org> | 2007-02-16 13:36:46 +0000 |
---|---|---|
committer | Thomas Quinot <thomas@FreeBSD.org> | 2007-02-16 13:36:46 +0000 |
commit | d191f82325e9fd29195b3807c0289e2eb797f17e (patch) | |
tree | 817942b50f84431b24b762f395adc57e8337ef7a /lang/open-cobol | |
parent | 343da4f8bd2dd4a3e6dfb3c4309f873a78537f9d (diff) |
Fix minor typo.
Notes
Notes:
svn path=/head/; revision=185318
Diffstat (limited to 'lang/open-cobol')
-rw-r--r-- | lang/open-cobol/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/open-cobol/pkg-descr b/lang/open-cobol/pkg-descr index d07914e0091b..a4d7b9050228 100644 --- a/lang/open-cobol/pkg-descr +++ b/lang/open-cobol/pkg-descr @@ -1,4 +1,4 @@ OpenCOBOL is an open-source COBOL compiler, which translates COBOL programs -o C code and compiles it using GCC. +to C code and compiles it using GCC. WWW: http://www.opencobol.org/ |