[erlang-patches] patch to correct typo in a comment in mnesia_controller.erl

Matthias Lang matthias@REDACTED
Fri May 1 22:47:18 CEST 2009


Same typo fix as the previous patch, but this time in a comment.

Matt

--- otp_src_R13B/lib/mnesia/src/mnesia_controller.erl   2009-03-12 13:27:29.000000000 +0100
+++ otp_src_R13B_matthias/lib/mnesia/src/mnesia_controller.erl 2009-05-01 22:45:25.905996214 +0200
@@ -1151,7 +1151,7 @@
   State1#state{late_loader_queue=gb_trees:delete_any(Tab, LateQueue0)};
      false ->
   %% Either the node went down or table was not
-  %% loaded remotly yet 
+  %% loaded remotely yet 
   case Done#loader_done.needs_reply of
       true ->
    reply(Done#loader_done.reply_to,



More information about the erlang-patches mailing list