summaryrefslogtreecommitdiff
path: root/backend/niash.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/niash.c')
-rw-r--r--backend/niash.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/backend/niash.c b/backend/niash.c
index b62bdba..03faa36 100644
--- a/backend/niash.c
+++ b/backend/niash.c
@@ -12,10 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
- $Id$
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*
@@ -223,7 +220,7 @@ static const char lineartStr[] = { SANE_VALUE_SCAN_MODE_LINEART };
#define MODE_GRAY 1
#define MODE_LINEART 2
-/* lineart treshold range */
+/* lineart threshold range */
static const SANE_Range rangeThreshold = {
0,
100,
@@ -660,7 +657,7 @@ _InitOptions (TScanner * s)
pDesc->constraint_type = SANE_CONSTRAINT_RANGE;
pDesc->constraint.range = &rangeYmm;
pDesc->cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT;
- pVal->w = 290 /* have a bit reserve instaed of rangeYmm.max */ ;
+ pVal->w = 290 /* have a bit reserve instead of rangeYmm.max */ ;
break;
case optDPI: