{code}
 Group = "Physics"
-SUBMIT_EXPRS = $(SUBMIT_EXPRS) Group
+SUBMIT_ATTRS = $(SUBMIT_ATTRS) Group
 {endcode}
 
 {subsection: How to insert custom ClassAd attributes into a job via the environment:}
@@ -28,7 +28,7 @@
 
 Then add it in the HTCondor configuration file:
 {code}
-SUBMIT_EXPRS = $(SUBMIT_EXPRS) Group
+SUBMIT_ATTRS = $(SUBMIT_ATTRS) Group
 {endcode}
 
 {subsection: How to insert {quote: ClassAd} attributes into a job from the machine ad:}
@@ -37,7 +37,7 @@
 
 {code}
 MachineX = "$$([X])"
-SUBMIT_EXPRS = $(SUBMIT_EXPRS) MachineX
+SUBMIT_ATTRS = $(SUBMIT_ATTRS) MachineX
 {endcode}
 
 Actually, X can be any {quote: ClassAd} expression.  It is not just limited to an attribute name.  The value that is inserted into the job {quote: ClassAd}, however, is always stored as a string.