Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e562e83

Browse files
committed
Fix two spelling glitches
1 parent 7226e89 commit e562e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cuter_monitor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
%% procs :: ets:tab()
3535
%% Pids of alive interpreter processes.
3636
%% fds :: ets:tab()
37-
%% Stores the file descriptor of the log file of each interepreter process.
37+
%% Stores the file descriptor of the log file of each interpreter process.
3838
%% ETS table with elements: {Pid, Fd}
3939
%% ptree :: ets:tab()
4040
%% Stores the execution process graph in the node

src/cuter_types.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
%% Type Declarations
3535
%% ============================================================================
3636

37-
-define(type_variable, vart).
37+
-define(type_variable, var_t).
3838
-define(type_var, tvar).
3939
-define(max_char, 16#10ffff).
4040

0 commit comments

Comments
 (0)