aboutsummaryrefslogtreecommitdiffstats
path: root/demos/autocomplete
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-15 19:35:05 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-15 19:35:05 +0000
commit01ac41787568e9e12ceaaac7e1269918d6bfc70c (patch)
tree013b913b194089b94991cef39c35f1ac2bfbb284 /demos/autocomplete
parent49bc171fe75f88981980b61ef6687336dd24491a (diff)
downloadjquery-ui-01ac41787568e9e12ceaaac7e1269918d6bfc70c.tar.gz
jquery-ui-01ac41787568e9e12ceaaac7e1269918d6bfc70c.zip
autocomplete demo: corrected spelling of perl
Diffstat (limited to 'demos/autocomplete')
-rw-r--r--demos/autocomplete/combobox.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html
index 6a38d9361..deadb1672 100644
--- a/demos/autocomplete/combobox.html
+++ b/demos/autocomplete/combobox.html
@@ -103,7 +103,7 @@
<option value="h">haskell</option>
<option value="j">java</option>
<option value="js">javascript</option>
- <option value="p1">pearl</option>
+ <option value="p1">perl</option>
<option value="p2">php</option>
<option value="p3">python</option>
<option value="r">ruby</option>