fixed another typo (this should be the last one!)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62007 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sebastian Nohn 2001-11-11 18:55:39 +00:00
parent f89d74edd7
commit 2e37d21389

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.27 $ -->
<!-- $Revision: 1.28 $ -->
<reference id="ref.mnogo">
<title>mnoGoSearch Functions</title>
<titleabbrev>mnoGoSearch</titleabbrev>
@ -1179,7 +1179,7 @@ Following is an example of displaying links of the current level in format:
UDM_PARAM_WEIGHT_FACTOR=00100 will search through Titles only.
</simpara>
<simpara>
UDM_PARAM_WEIGHT_FACTOR=11100 will search through Title,Keywords,Desctription
UDM_PARAM_WEIGHT_FACTOR=11100 will search through Title,Keywords,Description
but not through URL and Body.
</simpara>
<simpara>
@ -1214,7 +1214,7 @@ Following is an example of displaying links of the current level in format:
<simpara>
UDM_PARAM_MIN_WORD_LEN - defines minimal word length.
Any word shorter this limit is considered to be a stopword. Please note
that this paraneter value is inclusive, i.e. if UDM_PARAM_MIN_WORD_LEN=3,
that this parameter value is inclusive, i.e. if UDM_PARAM_MIN_WORD_LEN=3,
a word 3 characters long will not be considered a stopword, while
a word 2 characters long will be. Default value is 1.
</simpara>