summaryrefslogtreecommitdiff
path: root/backend/p5_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/p5_device.h')
-rw-r--r--backend/p5_device.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/backend/p5_device.h b/backend/p5_device.h
index 744fe1c..c914279 100644
--- a/backend/p5_device.h
+++ b/backend/p5_device.h
@@ -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/>.
*/
/** @file p5_device.h
@@ -85,7 +83,7 @@ typedef struct P5_Calibration_Data
/**
* This structure describes a particular model which is handled by the backend.
- * Contained data is immutable and is used to initalize the P5_Device
+ * Contained data is immutable and is used to initialize the P5_Device
* structure.
*/
typedef struct P5_Model
@@ -178,7 +176,7 @@ typedef struct P5_Device
struct P5_Device *next;
/**
- * Points to a structure that decribes model capabilities, geometry
+ * Points to a structure that describes model capabilities, geometry
* and default settings.
*/
P5_Model *model;
@@ -197,7 +195,7 @@ typedef struct P5_Device
SANE_Bool local;
/**
- * True if device has been intialized.
+ * True if device has been initialized.
*/
SANE_Bool initialized;
@@ -211,7 +209,7 @@ typedef struct P5_Device
/** @brief scan parameters
* The scan done by the hardware can be different from the one at the SANE
* frontend session. For instance:
- * - xdpy and ydpi may be different to accomodate hardware capabilites.
+ * - xdpy and ydpi may be different to accommodate hardware capabilities.
* - many CCD scanners need to scan more lines to correct the 'line
* distance shift' effect.
* - emulated modes (lineart from gray scan, or gray scan for color one)