=doc #17329 Fixed and normalized spellings in ScalaDoc and comments
This commit is contained in:
parent
10f039f70d
commit
bc791eb86c
77 changed files with 100 additions and 100 deletions
|
|
@ -46,7 +46,7 @@ class Chopstick extends Actor {
|
|||
}
|
||||
|
||||
/*
|
||||
* A hakker is an awesome dude or dudett who either thinks about hacking or has to eat ;-)
|
||||
* A hakker is an awesome dude or dudette who either thinks about hacking or has to eat ;-)
|
||||
*/
|
||||
class Hakker(name: String, left: ActorRef, right: ActorRef) extends Actor {
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ class Chopstick extends Actor with FSM[ChopstickState, TakenBy] {
|
|||
goto(Available) using TakenBy(system.deadLetters)
|
||||
}
|
||||
|
||||
// Initialze the chopstick
|
||||
// Initialize the chopstick
|
||||
initialize()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue