typo
This commit is contained in:
parent
dde373d87c
commit
ed20ce4ce3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ let rec check ctx =
|
||||||
(* Tweet and returns to profile page *)
|
(* Tweet and returns to profile page *)
|
||||||
tweet
|
tweet
|
||||||
ctx
|
ctx
|
||||||
"This tweet is for the Twitter's CTO: Don't suspend my account for inactivity.";
|
"This tweet is for the Twitter's CTO: don't suspend my account for inactivity.";
|
||||||
go_to_profile ctx;
|
go_to_profile ctx;
|
||||||
(* Wait the maximum time since we just tweeted *)
|
(* Wait the maximum time since we just tweeted *)
|
||||||
recheck max_time)
|
recheck max_time)
|
||||||
|
|
Loading…
Reference in a new issue