We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3c66a commit a0d39dfCopy full SHA for a0d39df
src/app/clusters/ecosystem-information-server/ecosystem-information-server.h
@@ -136,7 +136,7 @@ class EcosystemLocationStruct
136
mLocationDescriptor(aLocationDescriptor), mLocationDescriptorLastEditEpochUs(aLocationDescriptorLastEditEpochUs)
137
{}
138
// EcosystemLocationStruct is used as a value in a key-value map.
139
- // Because UniqueLocationId and FabricIndex are manditory when an entry exist,
+ // Because UniqueLocationId and FabricIndex are mandatory when an entry exist,
140
// and needs to be unique, we use it as a key to the key-value pair and is why it is
141
// not explicitly in this struct.
142
LocationDescriptorStruct mLocationDescriptor;
0 commit comments