Fixed typos

This commit is contained in:
Pascal Borreli
2013-11-16 11:21:34 +00:00
parent 55baa3d955
commit 443e04e62d
10 changed files with 13 additions and 13 deletions

View File

@@ -7,11 +7,11 @@ class ShellContext;
/*
* Currently, there are four types of state in total
* 1. start state: the first state the program enters
* 2. connecting state: the program try to connnect to a rocksdb server, whose
* 2. connecting state: the program try to connect to a rocksdb server, whose
* previous states could be "start" or "connected" states
* 3. connected states: the program has already connected to a server, and is
* processing user commands
* 4. stop state: the last state the program enters, do some cleanning up things
* 4. stop state: the last state the program enters, do some cleaning up things
*/
class ShellState {