Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 11, 2023
1 parent 73dbeb6 commit c548513
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions hcxpsktool.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,26 +326,26 @@ static const char *firstword[] =
"normal", "north", "oasis", "object", "ocean", "odd", "olive", "one",
"only", "open", "orange", "other", "outlet", "oxygen", "palm", "parade",
"party", "past", "pastel", "patron", "perfect", "phobic", "phone", "pink",
"plain", "plane", "pledge", "pledgey", "plenty", "plus", "pocket", "pockety",
"polite", "pony", "pool", "praise", "precious", "prior", "prize", "proof",
"proper", "prose", "proud", "purple", "quaint", "quick", "quiet", "quote",
"rain", "rainy", "rapid", "rare", "ready", "real", "reason", "recent",
"red", "remedy", "remote", "review", "reward", "rich", "rocket", "rocky",
"rough", "round", "royal", "runner", "rustic", "safe", "safety", "salt",
"salute", "scary", "scout", "select", "senior", "shadow", "shelf", "shiny",
"short", "silent", "silky", "silly", "silver", "simple", "sleepy", "slight",
"slow", "small", "smart", "smiley", "smiling", "smooth", "soccer", "solid",
"some", "south", "space", "spare", "square", "stable", "statue", "stealth",
"still", "stock", "street", "strict", "strong", "studio", "such", "sudden",
"summit", "sunny", "super", "sure", "sweet", "swift", "tablet", "tall",
"teal", "terrific", "that", "theory", "thick", "think", "thirsty", "this",
"tight", "timber", "tiny", "top", "total", "tough", "town", "train",
"turtle", "uneven", "union", "unique", "unite", "unusual", "upset", "urban",
"useful", "usual", "valley", "vanilla", "vast", "verse", "violet", "violin",
"voyage", "wagon", "walnut", "warm", "watch", "watery", "weekly", "west",
"what", "wide", "windy", "wine", "winter", "wise", "witty", "wonderful",
"wooden", "worth", "writer", "yacht", "yard", "year", "yellow", "young",
"zany", "zeal", "zebra", "zone"
"plain", "plane", "pledge", "pledgey", "plenty", "plus", "pocket", "polite",
"pony", "pool", "praise", "precious", "prior", "prize", "proof", "proper",
"prose", "proud", "purple", "quaint", "quick", "quiet", "quote", "rain",
"rainy", "rapid", "rare", "ready", "real", "reason", "recent", "red",
"remedy", "remote", "review", "reward", "rich", "rocket", "rocky", "rough",
"round", "royal", "runner", "rustic", "safe", "safety", "salt", "salute",
"scary", "scout", "select", "senior", "shadow", "shelf", "shiny", "short",
"silent", "silky", "silly", "silver", "simple", "sleepy", "slight", "slow",
"small", "smart", "smiley", "smiling", "smooth", "soccer", "solid", "some",
"south", "space", "spare", "square", "stable", "statue", "stealth", "still",
"stock", "street", "strict", "strong", "studio", "such", "sudden", "summit",
"sunny", "super", "sure", "sweet", "swift", "tablet", "tall", "teal",
"terrific", "that", "theory", "thick", "think", "thirsty", "this", "tight",
"timber", "tiny", "top", "total", "tough", "town", "train", "turtle",
"uneven", "union", "unique", "unite", "unusual", "upset", "urban", "useful",
"usual", "valley", "vanilla", "vast", "verse", "violet", "violin", "voyage",
"wagon", "walnut", "warm", "watch", "watery", "weekly", "west", "what",
"wide", "windy", "wine", "winter", "wise", "witty", "wonderful", "wooden",
"worth", "writer", "yacht", "yard", "year", "yellow", "young", "zany",
"zeal", "zebra", "zone"
};

static const char *secondword[] =
Expand Down

0 comments on commit c548513

Please sign in to comment.