blob: c553c8a2a97bd6e77dee69a2e36e08300db86522 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#! /bin/sh /usr/share/dpatch/dpatch-run
## 11_manpage_fixes.dpatch by <jblache@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Typo fixes.
@DPATCH@
diff -urNad --exclude=CVS --exclude=.svn ./doc/xsane.man /tmp/dpep-work.OfGxo6/xsane-0.97/doc/xsane.man
--- ./doc/xsane.man 2004-04-20 18:28:21.000000000 +0200
+++ /tmp/dpep-work.OfGxo6/xsane-0.97/doc/xsane.man 2005-08-28 18:39:53.354342295 +0200
@@ -31,7 +31,7 @@
.B xsane
provides a graphical user-interface to control an image
acquisition device such as a flatbed scanner. It allows
-previewing and scanning invidual images and can be invoked either
+previewing and scanning individual images and can be invoked either
directly from the command-line or through The GIMP image manipulation
program. In the former case,
.B xsane
@@ -111,7 +111,7 @@
.B xsane
is started from the
.B gimp
-then it is not possible to add a devicename explictly. You have to make the
+then it is not possible to add a devicename explicitly. You have to make the
devices known to the system by configuring
.B sane-dll, sane-net
and
|