summaryrefslogtreecommitdiff
path: root/backend/teco3.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/teco3.c')
-rw-r--r--backend/teco3.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/backend/teco3.c b/backend/teco3.c
index b58312a..6a0c61f 100644
--- a/backend/teco3.c
+++ b/backend/teco3.c
@@ -15,9 +15,7 @@
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.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
@@ -42,7 +40,6 @@
*/
/*
- $Id$
VM3552 (and maybe VM4552 and VM6552)
*/
@@ -1946,7 +1943,7 @@ sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
/* If the scanner does not have enough memory, it will
* send the raw rasters instead of returning a full
- * interleaved line. Unfortunatly this does not work well,
+ * interleaved line. Unfortunately this does not work well,
* because I don't know how to compute the color
* shifting. So here is the result of some trial and error
* process. This is ignored if the scanner has a RAM
@@ -2036,7 +2033,7 @@ sane_start (SANE_Handle handle)
return SANE_STATUS_NO_MEM;
}
- /* Rasters are meaningfull only in color mode. */
+ /* Rasters are meaningful only in color mode. */
dev->raster_size = dev->params.pixels_per_line;
dev->raster_real = dev->params.lines * 3;
dev->raster_num = 0;