Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision 090b07639c6b027e4addfbac740d04f8a642ae58)
+++ tests/Makefile.am	(revision 92aeae1667289861a017707f978dd14d8c28e51e)
@@ -50,10 +50,10 @@
 # Indented list entries are finer-grained targets under the test.
 # Making this association implicit would be ideal, but requires learning more automake than is affordable.
-WFLGAS_OPT_LAX = \
-	${WFLGAS_OPT_LAX_EXPECT_WARN} \
-	${WFLGAS_OPT_LAX_TO_INVESTIGATE}
+WFLAGS_OPT_LAX = \
+	${WFLAGS_OPT_LAX_EXPECT_WARN} \
+	${WFLAGS_OPT_LAX_TO_INVESTIGATE}
 
 # Tests checking that cfa-cc raises a certain warning, so -Werror is permanently inappropriate
-WFLGAS_OPT_LAX_EXPECT_WARN = \
+WFLAGS_OPT_LAX_EXPECT_WARN = \
 	attr-priority \
 	ctrl-flow/loop_else-WRN1 \
@@ -61,5 +61,5 @@
 
 # Tests that need investigation from the CFA team about why they require lax wflags.  Goal is to eliminate this list.
-WFLGAS_OPT_LAX_TO_INVESTIGATE = \
+WFLAGS_OPT_LAX_TO_INVESTIGATE = \
 	collections/vector-demo \
 	concurrency/actors/dynamic \
@@ -117,5 +117,5 @@
 	tuple/tupleMember
 
-WFLAGS=${if ${filter ${WFLGAS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}}
+WFLAGS=${if ${filter ${WFLAGS_OPT_LAX},${@}},${WFLAGS_LAX},${WFLAGS_STRICT}}
 
 # applies to both programs
