summaryrefslogtreecommitdiff
path: root/doc/backend-writing.txt
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:46 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-02-16 18:24:46 +0100
commitecaaf250cb33ff61f37a7b441f2337584a655350 (patch)
tree4303648095deff998ae20c2393b56db527742ac9 /doc/backend-writing.txt
parent5793a221e112fa49073de0137d6bfa750a61b0a1 (diff)
parent351b7328520c16730ceb46e5acae16038c42185e (diff)
Update upstream source from tag 'upstream/1.0.32'
Update to upstream version '1.0.32' with Debian dir 2c1111c59d9d68bcbf479a4a4de7697fe2de127f
Diffstat (limited to 'doc/backend-writing.txt')
-rw-r--r--doc/backend-writing.txt6
1 files changed, 3 insertions, 3 deletions
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.