Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=154322
  • Loading branch information
gonzalop committed Mar 26, 2010
1 parent 378eef6 commit 542e3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/tests/appdomain-async-invoke.cs
Expand Up @@ -11,11 +11,11 @@ static void async_callback (IAsyncResult ar)
}

~Test () {
Console.WriteLine ("in test desctructor");
Console.WriteLine ("in test destructor");
GetIntDelegate del = new GetIntDelegate (getInt);
AsyncCallback ac = new AsyncCallback (async_callback);
if (del.BeginInvoke (ac, "bla") == null) {
Console.WriteLine ("async recult is null");
Console.WriteLine ("async result is null");
Environment.Exit (1);
}
}
Expand Down

0 comments on commit 542e3bc

Please sign in to comment.