summaryrefslogtreecommitdiff
path: root/src/rebar_xref.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-07 17:24:27 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-13 17:39:14 +0100
commitd922985b368cebfa10606f347d84eafb06c26d15 (patch)
tree085c2233cf7a4a97e0636f5fb4ab97c20b413808 /src/rebar_xref.erl
parent58fd80917a2fab2353bc19f9f4bc648d8e54db92 (diff)
Fix typos
Diffstat (limited to 'src/rebar_xref.erl')
-rw-r--r--src/rebar_xref.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_xref.erl b/src/rebar_xref.erl
index 55b4f0e..0e29792 100644
--- a/src/rebar_xref.erl
+++ b/src/rebar_xref.erl
@@ -111,7 +111,7 @@ filter_away_ignored(UnusedExports) ->
%% Functions can be ignored by using
%% -ignore_xref([{F, A}, ...]).
- %% Setup a filter function that build a list of behaviour callbacks and/or
+ %% Setup a filter function that builds a list of behaviour callbacks and/or
%% any functions marked to ignore. We then use this list to mask any functions
%% marked as unused exports by xref
F = fun(Mod) ->