Bugfix: fix the typo of fibInstallerEnabled

Change-Id: Ifee2cc676f09a4ddc1adfaa2065d9cafc1cd677f
diff --git a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
index a02c3f6..331d04a 100644
--- a/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
+++ b/apps/vrouter/src/main/java/org/onosproject/vrouter/Vrouter.java
@@ -104,7 +104,7 @@
             return;
         }
 
-        Boolean newFibInstallerEnabled = Tools.isPropertyEnabled(properties, "fibInstalledEnabled");
+        Boolean newFibInstallerEnabled = Tools.isPropertyEnabled(properties, "fibInstallerEnabled");
         if (newFibInstallerEnabled == null) {
             log.info("fibInstallerEnabled is not configured, " +
                     "using current value of {}", fibInstallerEnabled);