Skip to content

Commit

Permalink
Merge pull request openlayers#180 from pgiraud/xls_typo
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
Pierre GIRAUD committed Jan 26, 2012
2 parents f627071 + 359d48f commit a75d8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OpenLayers/Format/XLS/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ OpenLayers.Format.XLS.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
}
});
if (address.freeFormAddress) {
this.writeNode("freeFormAddess", address.freeFormAddress, node);
this.writeNode("freeFormAddress", address.freeFormAddress, node);
} else {
if (address.street) {
this.writeNode("StreetAddress", address, node);
Expand Down

0 comments on commit a75d8ab

Please sign in to comment.