From 351b7328520c16730ceb46e5acae16038c42185e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 16 Feb 2021 18:24:19 +0100 Subject: New upstream version 1.0.32 --- doc/backend-writing.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/backend-writing.txt') diff --git a/doc/backend-writing.txt b/doc/backend-writing.txt index 5823661..cb2a971 100644 --- a/doc/backend-writing.txt +++ b/doc/backend-writing.txt @@ -185,7 +185,7 @@ sane-backends/include/ used by several backends. * sanei_*: Sanei (SANE internal) headers. Needed for code used in several backends - like USB access. For more details, see the documentaion on the SANE website. + like USB access. For more details, see the documentation on the SANE website. sane-backends/japi/ Contains Java interface for SANE. See README.JAVA for details. @@ -199,7 +199,7 @@ sane-backends/po/ sane-backends/sanei/ Sanei (SANE internal) code. Needed for code used in several backends - like USB access. For more details, see the documentaion on the SANE + like USB access. For more details, see the documentation on the SANE website. sane-backends/testsuite/ @@ -310,7 +310,7 @@ PROGRAMMING the doc/ directory. * Initialize global variables explicitly in sane_init. Keep in mind that - sane_init can be called more than once (if sane_exit is called everytime + sane_init can be called more than once (if sane_exit is called every time after sane_init). Therefore don't depend on automatic initialization to 0 / NULL. -- cgit v1.2.3