The autocomplete textbox is showing matches ordered alphabetically only, where in fact it would be more useful to show the closest string match.
Something like fuzzy match or the Levenshtein algorithm would be a good balance between effort and outcome.