Fix typo preventing FXGC_Release() from running.

Change-Id: I91dc119863052e9afbc52563837e364fd30106c3
Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/70770
Commit-Queue: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
diff --git a/fxjs/ijs_runtime.cpp b/fxjs/ijs_runtime.cpp
index 05027e4..b5d3f4a 100644
--- a/fxjs/ijs_runtime.cpp
+++ b/fxjs/ijs_runtime.cpp
@@ -34,7 +34,7 @@
 // static
 void IJS_Runtime::Destroy() {
 #ifdef PDF_ENABLE_V8
-#ifdef PDF_ENABL_XFA
+#ifdef PDF_ENABLE_XFA
   FXGC_Release();
 #endif  // PDF_ENABLE_XFA
   FXJS_Release();