File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ def default(self):
466466 if data and self .app .pargs .hhvm :
467467 if (not self .app .pargs .experimental ):
468468 Log .info (self , "HHVM is experimental feature and it may not"
469- "work with all plugins all your site.\n You can "
469+ "work with all plugins of your site.\n You can "
470470 "disable it by passing --hhvm=off later.\n Do you wish"
471471 " to enable HHVM now for {0}?" .format (ee_domain ))
472472
@@ -1013,7 +1013,7 @@ def doupdatesite(self, pargs):
10131013 if pargs .hhvm == "on" :
10141014 if (not pargs .experimental ):
10151015 Log .info (self , "HHVM is experimental feature and it may not"
1016- " work with all plugins all your site.\n You can "
1016+ " work with all plugins of your site.\n You can "
10171017 "disable it by passing --hhvm=off later.\n Do you wish"
10181018 " to enable HHVM now for {0}?" .format (ee_domain ))
10191019
You can’t perform that action at this time.
0 commit comments