diff --git a/R/api.R b/R/api.R
index 5ea23c0aea1391f8c4a4c508dfe2a4e532acf699..2fd73aa56bf540a46766fd3b89068dfb2831376e 100644
--- a/R/api.R
+++ b/R/api.R
@@ -343,7 +343,7 @@ prescreen <- function(m) {
 
 ##' @export
 sort_spectra <- function(m) {
-    ## Sorts the spectral table (summ) in order specified either in
+    ## Sorts the summary table (summ) in order specified either in
     ## `order spectra` sublist of m$conf, or if that is null, the
     ## DEF_ORDER_SPECTRA.
     order <- if (!is.null(m$conf[["order spectra"]])) m$conf[["order spectra"]] else DEF_ORDER_SPECTRA
diff --git a/R/resources.R b/R/resources.R
index d6ac4afa635b006c957801727eb6e2f04c89340d..0ddccdee05891ae4d9b05a7f0d7755910ad49c47 100644
--- a/R/resources.R
+++ b/R/resources.R
@@ -185,5 +185,5 @@ QA_COLS <- c(QA_FLAGS,QA_NUM_REAL,QA_NUM_INT)
 
 SPEC_DATA_COLS <- c("eicMS1")
 
-## Default order of spectra in spectral table
+## Default order of spectra in summary table
 DEF_ORDER_SPECTRA <- c("set","qa_pass","ms1_int","adduct","mz","tag")