aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/src/mnesia_schema.erl
diff options
context:
space:
mode:
authorAndrew Dryga <[email protected]>2017-02-12 19:48:38 +0200
committerAndrew Dryga <[email protected]>2017-02-14 11:32:53 +0200
commitfbfb4bb051eb54e43a91042b10250fcca177f521 (patch)
tree9bc2ee347524957057afec83bb0957478341d5ff /lib/mnesia/src/mnesia_schema.erl
parent9c95fe5f99678720aad7871e57c3213bab41509b (diff)
downloadotp-fbfb4bb051eb54e43a91042b10250fcca177f521.tar.gz
otp-fbfb4bb051eb54e43a91042b10250fcca177f521.tar.bz2
otp-fbfb4bb051eb54e43a91042b10250fcca177f521.zip
Fixed typos in lib/mnesia
Diffstat (limited to 'lib/mnesia/src/mnesia_schema.erl')
-rw-r--r--lib/mnesia/src/mnesia_schema.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mnesia/src/mnesia_schema.erl b/lib/mnesia/src/mnesia_schema.erl
index 0e4017e4c3..b0d7965886 100644
--- a/lib/mnesia/src/mnesia_schema.erl
+++ b/lib/mnesia/src/mnesia_schema.erl
@@ -1941,7 +1941,7 @@ make_change_table_copy_type(Tab, Node, ToS) ->
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% change index functions ....
-%% Pos is allready added by 1 in both of these functions
+%% Pos is already added by 1 in both of these functions
add_table_index(Tab, Pos) ->
schema_transaction(fun() -> do_add_table_index(Tab, Pos) end).