diff --git a/lake_country/ebony/masterlev b/lake_country/ebony/masterlev index 24a74446f..6055904cc 100644 --- a/lake_country/ebony/masterlev +++ b/lake_country/ebony/masterlev @@ -3782,7 +3782,7 @@ end arch sign_e msg You need 30,000 diamonds to trade for -this item. Think of a way to trasport +this item. Think of a way to transport the diamonds here. The ring turns the wearer into a super-hero with incredible fighting power. diff --git a/lake_country/snake_pit/snakepit_2 b/lake_country/snake_pit/snakepit_2 index 470d9ac7f..404d92193 100644 --- a/lake_country/snake_pit/snakepit_2 +++ b/lake_country/snake_pit/snakepit_2 @@ -1972,7 +1972,7 @@ end arch scroll msg My dear Kasnuk, - As out deal goes, please keep + As our deal goes, please keep treasure safe and I will do the same with yours. Dusanki diff --git a/pup_land/nurnberg/guild b/pup_land/nurnberg/guild index 7d3240f99..678f1e2a4 100644 --- a/pup_land/nurnberg/guild +++ b/pup_land/nurnberg/guild @@ -2401,7 +2401,7 @@ Look, that's the guy up there. The one who is standing next to the wall. @match no Calvin is our spy. He has entered the -Headquater of Resistance secretly, +Headquarter of Resistance secretly, pretending to be a soldier. @match * Do you know Calvin? diff --git a/python/CFItemBroker.py b/python/CFItemBroker.py index d89471a3c..e2aa5cd5c 100644 --- a/python/CFItemBroker.py +++ b/python/CFItemBroker.py @@ -3,10 +3,10 @@ #Useful for removing items (like in payment or as part of #an inventory check) This is also useful for setting the number #of a newly created item(s) as it will check for existing item(s) and add -#the appropriate number of new items avoiding such sillyness as the +#the appropriate number of new items avoiding such silliness as the #number of the existing items being reset. #This will not check for the existence of an item as that would better -#be done in the calling script so you can be flexable. +#be done in the calling script so you can be flexible. # #ToddMitchell