diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/socket/sockethelper.hxx | 2 | ||||
-rw-r--r-- | sal/test/bootstrap | 2 | ||||
-rwxr-xr-x | sal/test/bootstrap.bat | 4 | ||||
-rw-r--r-- | sal/test/bootstrap.pl | 2 | ||||
-rw-r--r-- | sal/textenc/generate/cns116431992.pl | 6 | ||||
-rw-r--r-- | sal/textenc/tcvtkr1.tab | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/sal/qa/osl/socket/sockethelper.hxx b/sal/qa/osl/socket/sockethelper.hxx index b4698077971a..1c43eaaf8a0f 100644 --- a/sal/qa/osl/socket/sockethelper.hxx +++ b/sal/qa/osl/socket/sockethelper.hxx @@ -138,7 +138,7 @@ void printSocketResult( oslSocketResult eResult ); /** if 4 parts of an IP addr are equal to specified values */ sal_Bool ifIpv4is( const ::rtl::ByteSequence Ipaddr, sal_Int8 seq1, sal_Int8 seq2, sal_Int8 seq3, sal_Int8 seq4 ); -/** if the IP or hostname is availble( alive ) +/** if the IP or hostname is available( alive ) */ //sal_Bool ifAvailable( const char * stringAddrOrHostName ); sal_Bool ifAvailable( rtl::OUString const& strAddrOrHostName ); diff --git a/sal/test/bootstrap b/sal/test/bootstrap index 2ed2abfb62e2..c12ef19222af 100644 --- a/sal/test/bootstrap +++ b/sal/test/bootstrap @@ -69,7 +69,7 @@ echo 13 ./testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini \ -env:'MYBOOTSTRAPTESTVALUE=${$ININAME:${$ININAME:SecondSection:IndirectSection}:${$ININAME:SecondSection:IndirectKey}}' -# test no infinit recursion +# test no infinite recursion echo 14 ./testbootstrap "***RECURSION DETECTED***" -env:'MYBOOTSTRAPTESTVALUE=$MYBOOTSTRAPTESTVALUE' diff --git a/sal/test/bootstrap.bat b/sal/test/bootstrap.bat index c582ecc1a905..69580011301c 100755 --- a/sal/test/bootstrap.bat +++ b/sal/test/bootstrap.bat @@ -67,7 +67,7 @@ rem ini access with complex macro expansion echo 13 .\testbootstrap TheKeysValue -env:ININAME=./bootstraptest.ini -env:MYBOOTSTRAPTESTVALUE=${$ININAME:${$ININAME:SecondSection:IndirectSection}:${$ININAME:SecondSection:IndirectKey}} -rem test no infinit recursion +rem test no infinite recursion echo 14 .\testbootstrap "***RECURSION DETECTED***" -env:MYBOOTSTRAPTESTVALUE=$MYBOOTSTRAPTESTVALUE @@ -76,4 +76,4 @@ echo 15 .\testbootstrap AAABBBCCC000 -env:MYBOOTSTRAPTESTVALUE=\u0041\u0041\u0041\u0042\u0042\u0042\u0043\u0043\u0043\u0030\u0030\u0030 -@echo bootstrap test finished
\ No newline at end of file +@echo bootstrap test finished diff --git a/sal/test/bootstrap.pl b/sal/test/bootstrap.pl index 7ef389d99747..a0ff7778be16 100644 --- a/sal/test/bootstrap.pl +++ b/sal/test/bootstrap.pl @@ -224,7 +224,7 @@ else { '-env:MYBOOTSTRAPTESTVALUE=$MYBOOTSTRAPTESTVALUE'; } if (!$rc) { - $comment = $comment . "no infinit recursion test not passed\n"; + $comment = $comment . "no infinite recursion test not passed\n"; $state = 0; } diff --git a/sal/textenc/generate/cns116431992.pl b/sal/textenc/generate/cns116431992.pl index 1d913101b50a..af1b65deb9e8 100644 --- a/sal/textenc/generate/cns116431992.pl +++ b/sal/textenc/generate/cns116431992.pl @@ -317,7 +317,7 @@ for ($cns_plane = 1; $cns_plane <= 16; ++$cns_plane) $cns1_row = ($cns1 >> 8) & 0xFF; $cns1_column = $cns1 & 0xFF; - # Do not map from Unicode to Fictious Character Set + # Do not map from Unicode to Fictitious Character Set # Extensions (Lunde, p. 131), if possible: if ($cns_plane == 3 && ($cns_row == 66 && $cns_column > 38 @@ -325,7 +325,7 @@ for ($cns_plane = 1; $cns_plane <= 16; ++$cns_plane) { print " (", printUtf32($utf32), - " to fictious ", + " to fictitious ", printCns116431992($cns_plane, $cns_row, $cns_column), @@ -345,7 +345,7 @@ for ($cns_plane = 1; $cns_plane <= 16; ++$cns_plane) | $cns_column; print " (", printUtf32($utf32), - " to fictious ", + " to fictitious ", printCns116431992($cns1_plane, $cns1_row, $cns1_column), diff --git a/sal/textenc/tcvtkr1.tab b/sal/textenc/tcvtkr1.tab index 5309affa3748..09d008f1ff40 100644 --- a/sal/textenc/tcvtkr1.tab +++ b/sal/textenc/tcvtkr1.tab @@ -30,7 +30,7 @@ range 0x81 to 0xA0, extra second byte ranges 0x41 to 0x5A, 0x61 to 0x7A, and 0x81 to 0xA0, even within the original EUC-KR area). - The mappings are also used for the HangulTalk encoding (Macintosh), altough + The mappings are also used for the HangulTalk encoding (Macintosh), although this contains some other EUC-KR extensions (that are thus not supported): special single byte characters 0x81, 0x82, 0x83, 0xFE, and 0xFF; extra double byte characters within first byte range 0xA1 to 0xAD and second byte |