summaryrefslogtreecommitdiff
path: root/backend/mustek_pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/mustek_pp.c')
-rw-r--r--backend/mustek_pp.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/backend/mustek_pp.c b/backend/mustek_pp.c
index bb97f86..26dc0e4 100644
--- a/backend/mustek_pp.c
+++ b/backend/mustek_pp.c
@@ -13,9 +13,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.
@@ -669,7 +667,7 @@ attach_device(SANE_String *driver, SANE_String *name,
*name = *port = *driver = *option_ta = 0;
/* In case of a successful initialization, the configuration options
- should have been transfered to the device, but this function can
+ should have been transferred to the device, but this function can
deal with that. */
free_cfg_options(&numcfgoptions, &cfgoptions);
}
@@ -694,7 +692,7 @@ attach_device(SANE_String *driver, SANE_String *name,
* <driver> is the name of the driver to use
*
* if the optional argument "option_ta" is present the driver uses special
- * parameters fitting for a trasparency adapter.
+ * parameters fitting for a transparency adapter.
*/
SANE_Status
@@ -1080,7 +1078,7 @@ sane_get_devices (const SANE_Device *** device_list,
*
* open is called for the selected device.
*
- * The handel is set up with default values, and the
+ * The handle is set up with default values, and the
* option descriptors are initialized
*/
@@ -1189,7 +1187,7 @@ sane_open (SANE_String_Const devicename, SANE_Handle * handle)
* Then the backend makes sure, the lamp was at least
* 2 seconds on.
*
- * Afterwards the selected handel is closed
+ * Afterwards the selected handle is closed
*/
void
sane_close (SANE_Handle handle)
@@ -1259,7 +1257,7 @@ sane_get_option_descriptor (SANE_Handle handle, SANE_Int option)
/* sane_control_option:
* Reads or writes an option
*
- * Desription:
+ * Description:
* If a pointer to info is given, the value is initialized to zero
* while scanning options cannot be read or written. next a basic
* check whether the request is valid is done.
@@ -1502,7 +1500,7 @@ sane_control_option (SANE_Handle handle, SANE_Int option,
*
* sane_get_parameters not only returns the parameters for
* the next scan, it also sets them, i.e. converts the
- * options in actuall parameters.
+ * options in actually parameters.
*
* The following parameters are set:
*
@@ -1684,7 +1682,7 @@ sane_get_parameters (SANE_Handle handle, SANE_Parameters * params)
/* sane_start:
- * starts the scan. data aquisition will start immedially
+ * starts the scan. data acquisition will start immediately
*
* Description:
*