Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Feb 19, 2019
1 parent 19dcacf commit b62a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/static/geonode/js/upload/LayerInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ define(function (require, exports) {
* @returns {string}
*/
LayerInfo.prototype.markError = function (error, status) {
var error = (error != undefined ? error : 'Unespected error!');
var error = (error != undefined ? error : 'Unexpected error!');
common.logError(error, this.element.find('#status'));
};

Expand Down

0 comments on commit b62a8aa

Please sign in to comment.