Author: jfthomps
Date: Fri Jan 13 16:31:02 2017
New Revision: 1778627

URL: http://svn.apache.org/viewvc?rev=1778627&view=rev
Log:
fixed minor typo: "VM Host Porfile" -> "VM Host Profile"; updates to 
translation files will be committed later

Modified:
    vcl/trunk/web/.ht-inc/computer.php

Modified: vcl/trunk/web/.ht-inc/computer.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/computer.php?rev=1778627&r1=1778626&r2=1778627&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Fri Jan 13 16:31:02 2017
@@ -681,7 +681,7 @@ class Computer extends Resource {
                $profiles = getVMProfiles();
                uasort($profiles, 'sortKeepIndex');
                $h .= "<div id=\"vmprofilespan\">\n";
-               $h .= labeledFormItem('vmprofileid', i('VM Host Porfile'), 
'select', $profiles);
+               $h .= labeledFormItem('vmprofileid', i('VM Host Profile'), 
'select', $profiles);
                $h .= "</div>\n";
 
                # platform


Reply via email to