summaryrefslogtreecommitdiff
path: root/lib/debugger
diff options
context:
space:
mode:
authorRaimo Niskanen <raimo@erlang.org>2018-07-26 14:14:14 +0200
committerRaimo Niskanen <raimo@erlang.org>2018-07-27 10:16:17 +0200
commit37c11cda19bd9067a4e094fbde53b276d6ab0d3d (patch)
tree2573bafa6dc9ca3b47c1d4dd974590b4a924bb8b /lib/debugger
parent1fd03472d3d57e57ae4ebcbf0109f82dce14b90c (diff)
downloaderlang-37c11cda19bd9067a4e094fbde53b276d6ab0d3d.tar.gz
Change "can not" into "cannot"
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree.
Diffstat (limited to 'lib/debugger')
-rw-r--r--lib/debugger/src/dbg_icmd.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/debugger/src/dbg_icmd.erl b/lib/debugger/src/dbg_icmd.erl
index ac901c5469..0eb258567f 100644
--- a/lib/debugger/src/dbg_icmd.erl
+++ b/lib/debugger/src/dbg_icmd.erl
@@ -248,7 +248,7 @@ handle_int_msg({attached, AttPid}, Status, _Bs,
tell_attached({attached, M, Line, get(trace)}),
%% Give info about status and call level as well
- %% In this case, Status can not be exit_at
+ %% In this case, Status cannot be exit_at
Msg = case Status of
idle -> {func_at,M,Line,Le};
break -> {break_at,M,Line,Le};