mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-12-19 03:37:46 +00:00
Fix some typos (most found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -278,10 +278,10 @@ TYPEDEF_HIDES_STRUCT = NO
|
||||
# For small to medium size projects (<1000 input files) the default value is
|
||||
# probably good enough. For larger projects a too small cache size can cause
|
||||
# doxygen to be busy swapping symbols to and from disk most of the time
|
||||
# causing a significant performance penality.
|
||||
# causing a significant performance penalty.
|
||||
# If the system has enough physical memory increasing the cache will improve the
|
||||
# performance by keeping more symbols in memory. Note that the value works on
|
||||
# a logarithmic scale so increasing the size by one will rougly double the
|
||||
# a logarithmic scale so increasing the size by one will roughly double the
|
||||
# memory usage. The cache size is given by this formula:
|
||||
# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
|
||||
# corresponding to a cache size of 2^16 = 65536 symbols
|
||||
|
||||
@@ -8,9 +8,9 @@ language. If you are capable of recording each language please do so and
|
||||
contribute them to the project. As phrases are added, the files will need to be
|
||||
updated for the respective phrase_xx.xml file.
|
||||
make_checks.sh - script to compare phrase_en.xml with other language xml files.
|
||||
Script output contans prompt elements with attributes:
|
||||
Script output contains prompt elements with attributes:
|
||||
translated - value 'false' or not displayed;
|
||||
transpated-to - tranlation value if exists;
|
||||
translated-to - translation value if exists;
|
||||
more-then-one-translation - displayed if exist two or more for given wav file.
|
||||
|
||||
How can you contribute?
|
||||
|
||||
@@ -3,13 +3,13 @@ SAXON_JAR=/usr/share/java/saxon9he.jar
|
||||
XML=$1
|
||||
|
||||
if [ ! -f "$SAXON_JAR" ]; then
|
||||
echo "Please update 'SAXON_JAR' varaiable value to location of SAXON jar"
|
||||
echo "Please update 'SAXON_JAR' variable value to location of SAXON jar"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
if [ -z "$XML" ]; then
|
||||
echo "Error: Please enter xml file name that must be ckecked."
|
||||
echo "Exmple: make_checks.sh phrase_es_ES.xml > comparison_result.xml"
|
||||
echo "Example: make_checks.sh phrase_es_ES.xml > comparison_result.xml"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user