diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-20 06:08:16 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-20 06:08:16 +0200 |
commit | f3f12303def5f19118f086ca465d67032dc57706 (patch) | |
tree | 6f28a3db28c4e6cf9c40115a63b6ae8908327220 /phpfspot.class.php | |
parent | 112916d4ffcc59590b3fd8753ea832c171167751 (diff) |
issue119, fixed auto-completetion script-url containing
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r-- | phpfspot.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php index f938dbc..d2bb907 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -872,7 +872,7 @@ class PHPFSPOT { } // resetTags() /** - * returns the value for the autocomplet tag-search + * returns the value for the autocomplete tag-search * @return string */ public function get_xml_tag_list() |