Fix typos

This commit is contained in:
Nathan Gray 2013-10-02 11:34:11 +00:00
parent 7cf6500f92
commit 6e8723361d

View File

@ -385,7 +385,7 @@ var et2_link_apps = et2_selectbox.extend(
if(this.options.only_app) {
select_options[_attrs.only_app] = this.egw().lang(_attrs.only_app);
} else {
select_options = this.options.application_list ? $this.options.applicaiton_list : this.egw().link_app_list('query');
select_options = this.options.application_list ? this.options.application_list : this.egw().link_app_list('query');
// Check whether the options entry was found, if not read it from the
// content array.