Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions spatialbench/src/distribution.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl Distributions {
"adjectives" => new_self.adjectives = distribution,
"adverbs" => new_self.adverbs = distribution,
// P.S: The correct spelling is `auxiliaries` which is what we use.
"auxillaries" => new_self.auxiliaries = distribution,
"auxiliaries" => new_self.auxiliaries = distribution,
"grammar" => new_self.grammar = distribution,
"category" => new_self.category = distribution,
"msegmnt" => new_self.market_segments = distribution,
Expand Down Expand Up @@ -327,7 +327,7 @@ impl Distributions {
&self.articles
}

/// Returns the `auxillaries` distribution.
/// Returns the `auxiliaries` distribution.
///
/// P.S: The correct spelling is `auxiliaries` which is what we use.
pub fn auxiliaries(&self) -> &Distribution {
Expand Down Expand Up @@ -540,7 +540,7 @@ mod tests {
"verbs",
"adjectives",
"adverbs",
"auxillaries",
"auxiliaries",
"prepositions",
"terminators",
"grammar",
Expand Down
8 changes: 4 additions & 4 deletions spatialbench/src/dists.dss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
# nouns
# verbs
# adverbs
# auxillaries
# auxiliaries
# prepositions
# terminators
# grammar sentence formation
Expand Down Expand Up @@ -725,9 +725,9 @@ with|1
within|1
END prepositions
###
# auxillaries
# auxiliaries
##
BEGIN auxillaries
BEGIN auxiliaries
COUNT|18
do|1
may|1
Expand All @@ -747,7 +747,7 @@ should have to|1
must have to|1
need to|1
try to|1
END auxillaries
END auxiliaries
###
# terminators
##
Expand Down