Configurations: fix typo in 50-masm.conf.

Reviewed-by: Richard Levitte <levitte@openssl.org>
diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf
index 8dbaa76..60a5507 100644
--- a/Configurations/50-masm.conf
+++ b/Configurations/50-masm.conf
@@ -12,6 +12,6 @@
         inherit_from    => [ "VC-WIN64A" ],
         as              => "ml64",
         asflags         => "/c /Cp /Cx /Zi",
-        asoutflags      => "/Fo",
+        asoutflag       => "/Fo",
     },
 );