Skip to content

Commit c1d5494

Browse files
committed
typo
1 parent 66e9509 commit c1d5494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

statistics/analyze.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ latex <- function(TABLE,SUTS){
7878

7979
cat("\\begin{tabular}{l rrr}\\\\ \n")
8080
cat("\\toprule \n")
81-
cat("SUT & \\#SourceFiles & \\#LOCs & \\#Enbdpoints \\\\ \n")
81+
cat("SUT & \\#SourceFiles & \\#LOCs & \\#Endpoints \\\\ \n")
8282
cat("\\midrule \n")
8383

8484
for (i in 1:nrow(dt)){

0 commit comments

Comments
 (0)