summaryrefslogtreecommitdiff
path: root/jbig2dec
diff options
context:
space:
mode:
authorSebastian Rasmussen <sebras@gmail.com>2021-07-25 22:59:52 +0200
committerSebastian Rasmussen <sebras@gmail.com>2021-08-10 21:43:31 +0200
commit5c6374daac90eff962114b3a93fdc3214574f04c (patch)
tree3751a44eb164acea09a2e5046bf15daf12b794ea /jbig2dec
parent8c1c69dca6817839cd6b905ee6950c8b771fc2a0 (diff)
downloadghostpdl-5c6374daac90eff962114b3a93fdc3214574f04c.tar.gz
jbig2dec: Update contact information and fix typo.
Diffstat (limited to 'jbig2dec')
-rw-r--r--jbig2dec/README2
-rw-r--r--jbig2dec/config_win32.h2
-rw-r--r--jbig2dec/jbig2dec.12
3 files changed, 3 insertions, 3 deletions
diff --git a/jbig2dec/README b/jbig2dec/README
index 7a0e53d2a..1a739c690 100644
--- a/jbig2dec/README
+++ b/jbig2dec/README
@@ -28,5 +28,5 @@ Report bugs at https://bugs.ghostscript.com
For security issues please use the "Security - Other" product,
and for normal bugs the "jbig2dec" product.
-Contact the developers at the IRC channel #ghostscript at freenode.net
+Contact the developers on Discord or IRC at #ghostscript at libera.chat
or via the mailing list <gs-devel@ghostscript.com>.
diff --git a/jbig2dec/config_win32.h b/jbig2dec/config_win32.h
index dc807c9ac..53d4e918b 100644
--- a/jbig2dec/config_win32.h
+++ b/jbig2dec/config_win32.h
@@ -44,7 +44,7 @@ typedef unsigned __int64 uint64_t;
/* Previously we defined inline as nothing for 2005 and below */
# define inline
#else
-/* VS 2008 has __inline but not inline, later versiosn (unknown exactly where) define inline
+/* VS 2008 has __inline but not inline, later versions (unknown exactly where) define inline
* so cater for it being defined already.
*/
# if !(defined(inline))
diff --git a/jbig2dec/jbig2dec.1 b/jbig2dec/jbig2dec.1
index 70607eb83..b3a8e4be7 100644
--- a/jbig2dec/jbig2dec.1
+++ b/jbig2dec/jbig2dec.1
@@ -69,7 +69,7 @@ Show usage summary.
.SH REPORTING BUGS
Report bugs at https://bugs.ghostscript.com
-Contact the developers at the IRC channel #ghostscript at freenode.net
+Contact the developers on Dicord and IRC on #ghostscript at libera.chat
or via the mailing list <gs-devel@ghostscript.com>.
.SH AUTHOR