[Koha-patches] [PATCH] debian: Fix some trivial typos

Stefan Weil sw at weilnetz.de
Sun Jun 14 22:30:12 CEST 2015


They were found and fixed using codespell.

Signed-off-by: Stefan Weil <sw at weilnetz.de>
---
 debian/control                   | 8 ++++----
 debian/control.in                | 8 ++++----
 debian/templates/koha-sites.conf | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index bfcceaa..8a3b9d0 100644
--- a/debian/control
+++ b/debian/control
@@ -153,7 +153,7 @@ Suggests: mysql-server | virtual-mysql-server,
  memcached
 Homepage: http://koha-community.org/
 Description: integrated (physical) library management system
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This package contains everything needed to run Koha, except the site
@@ -167,7 +167,7 @@ Depends: ${shlib:Depends}, ${misc:Depends},
  mysql-server | virtual-mysql-server
 Homepage: http://koha-community.org/
 Description: integrated (physical) library management system
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This package contains site-specific configuration files and sets up
@@ -199,7 +199,7 @@ Depends: ${misc:Depends},
  yaz
 Architecture: all
 Description: Other dep. for koha
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This meta-package contains general dependencies packages for koha (apache2,
@@ -325,7 +325,7 @@ Depends: libalgorithm-checkdigits-perl,
  perl-modules
 Architecture: all
 Description: Perl dep. for koha
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This meta-package contains perl dependencies packages for koha (all
diff --git a/debian/control.in b/debian/control.in
index e23c8b3..c77c633 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -37,7 +37,7 @@ Suggests: mysql-server | virtual-mysql-server,
  memcached
 Homepage: http://koha-community.org/
 Description: integrated (physical) library management system
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This package contains everything needed to run Koha, except the site
@@ -51,7 +51,7 @@ Depends: ${shlib:Depends}, ${misc:Depends},
  mysql-server | virtual-mysql-server
 Homepage: http://koha-community.org/
 Description: integrated (physical) library management system
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This package contains site-specific configuration files and sets up
@@ -83,7 +83,7 @@ Depends: ${misc:Depends},
  yaz
 Architecture: all
 Description: Other dep. for koha
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This meta-package contains general dependencies packages for koha (apache2,
@@ -93,7 +93,7 @@ Package: koha-perldeps
 Depends:__AUTODEPENDS__
 Architecture: all
 Description: Perl dep. for koha
- Koha is an Integrated Library Managment system for real-world libraries
+ Koha is an Integrated Library Management system for real-world libraries
  (the kinds with books).
  .
  This meta-package contains perl dependencies packages for koha (all
diff --git a/debian/templates/koha-sites.conf b/debian/templates/koha-sites.conf
index c14cb3d..47d5033 100644
--- a/debian/templates/koha-sites.conf
+++ b/debian/templates/koha-sites.conf
@@ -38,7 +38,7 @@ ZEBRA_LANGUAGE="en"
 BIBLIOS_INDEXING_MODE="dom"
 
 # AUTHORITIES_INDEXING_MODE: 'dom' | 'grs1'
-# Indexing mode for authorithy records
+# Indexing mode for authority records
 # default: 'dom'
 AUTHORITIES_INDEXING_MODE="dom"
 
-- 
2.1.4



More information about the Koha-patches mailing list