diff --git a/protogeni/rspec/protogeni-rspec-common.rnc b/protogeni/rspec/protogeni-rspec-common.rnc index 185cc73db50c105db17ebc193da0f8d87e3adbfa..3539a1d6e16b90f8d025d83ab1862bed17f5a4a0 100644 --- a/protogeni/rspec/protogeni-rspec-common.rnc +++ b/protogeni/rspec/protogeni-rspec-common.rnc @@ -71,10 +71,10 @@ InterfaceRef = empty Location = element location { # The two-letter ISO 3166 code for the country the node is in. attribute country { text } & - # Longitude and Lattitude coordinates of the node using the + # Longitude and Latitude coordinates of the node using the # WGS 84 standard. attribute longitude { text }? & - attribute lattitude { text }? + attribute latitude { text }? } RSpec = element rspec {