r596@llin: dpavlin | 2006-05-13 11:51:11 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 13 May 2006 09:48:25 +0000 (09:48 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 13 May 2006 09:48:25 +0000 (09:48 +0000)
 fixed typos

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@469 07558da8-63fa-0310-ba24-9fe276d99e06

conf/normalize/isis_ffzg.pl

index 7b53731..ad5667c 100755 (executable)
@@ -213,7 +213,7 @@ tag('PieceNum',
 tag('PieceAnalitic',
        join_with(' / ',
                rec('464','a'),
-               joint_with(' ',
+               join_with(' ',
                        rec(464,'g'),
                        rec(464,'f'),
                )
@@ -248,21 +248,21 @@ tag('APACC',
 );
 
 tag('PersonalNamePrim',
-       join_width(', ',
+       join_with(', ',
                rec(700,'a'),
                rec(700,'b'),
        )
 );
 
 tag('PersonalNameSec',
-       join_width(', ',
+       join_with(', ',
                rec(701,'a'),
                rec(701,'b'),
        )
 );
 
 tag('PersonalNameOth',
-       join_width(', ',
+       join_with(', ',
                rec(702,'a'),
                rec(702,'b'),
        )
@@ -275,14 +275,14 @@ search('Names',
 );
 
 tag('CorporateNamePrim',
-       join_width(', ',
+       join_with(', ',
                rec(710,'a'),
                rec(710,'b'),
        )
 );
 
 tag('CorporateNameSec',
-       join_width(', ',
+       join_with(', ',
                rec(711,'a'),
                rec(711,'b'),
        )