Bug 7356 - Fix various typos and mis-spellings
[koha.git] / misc / release_notes / release_notes_210.txt
index f810421..3610236 100644 (file)
@@ -48,7 +48,7 @@ WHAT'S NEW
 1 Auto installer
 ****************
 If you install koha with ./install -i /path/to/auto_install_file, then Koha will be installed almost without question.
-A very usefull feature for developpers that want to install/uninstall Koha quite often.
+A very usefull feature for developers that want to install/uninstall Koha quite often.
 A sample of auto_install_file is provided in misc/auto_install_file.
 
 2 Uninstaller
@@ -102,7 +102,7 @@ Circulation has been heavily rewritten...
 You can define rules like : "up to 2 CDROM, up to 10 books, max 10 items".
 * circulation works now like this (internally) :
 - get borrower cardnumber & item number
-- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developper), as every test is heavily documented & in  a single sub.
+- check "can book be issued". This sub (canbookbeissued) checks everything. For each problem, 2 arrays can be set up : MUSTCONFIRM and IMPOSSIBLE. MUSTCONFIRM entries needs a librarian confirmation before effective issuing. IMPOSSIBLE entries makes the issue impossible. It's now very easy to alter issuing rules for a given library (with a developer), as every test is heavily documented & in  a single sub.
 - if >=1 IMPOSSIBLE entry : issuing is impossible, show why.
 - if >=1 MUSTCONFIRM : show problems, and ask for confirmation.
 - if both are empty : issue.
@@ -139,7 +139,7 @@ Should be used for MARC21 with some work. We need volunteers here.
 ==============
 HELP NEEDED
 ==============
-We alway accept new developpers wanting to code or test features of the Roadmap.
+We alway accept new developers wanting to code or test features of the Roadmap.
 We still can accept features not in the RoadMap if :
 - strongly supported/coded by someone.
 - compatible with other features.
@@ -167,4 +167,4 @@ Frameworks have to be defined to be choosable at installation stage. The idea be
 Same as for MARC21 frameworks. Except we don't have authority structure for MARC21 (we have for UNIMARC in french, thanks to ENSMP)
 
 * provide ISBD for MARC21 
-(ISBD for UNIMARC is being done, thanks to doXulting)
\ No newline at end of file
+(ISBD for UNIMARC is being done, thanks to doXulting)