Merge lp:~bhaveekdesai/qpanel/bug-731701 into lp:qpanel

Proposed by Bhaveek Desai
Status: Merged
Approved by: Angel Guzman Maeso
Approved revision: 14
Merged at revision: 37
Proposed branch: lp:~bhaveekdesai/qpanel/bug-731701
Merge into: lp:qpanel
Diff against target: 28 lines (+3/-3)
1 file modified
httpdocs/lib/sgbl.php (+3/-3)
To merge this branch: bzr merge lp:~bhaveekdesai/qpanel/bug-731701
Reviewer Review Type Date Requested Status
Angel Guzman Maeso Approve
Review via email: mp+52761@code.launchpad.net

Description of the change

LP: #731701
Typo corrected in branch

To post a comment you must log in.
Revision history for this message
Angel Guzman Maeso (shakaran) wrote :

Thanks for the revision of typo ;) It would be merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'httpdocs/lib/sgbl.php'
2--- httpdocs/lib/sgbl.php 2011-03-08 23:40:58 +0000
3+++ httpdocs/lib/sgbl.php 2011-03-09 20:47:07 +0000
4@@ -13,7 +13,7 @@
5
6 $this->initBrandName();
7 $this->initProductName();
8- $this->createServiceDescritions();
9+ $this->createServiceDescriptions();
10 $this->initVersionAttributes();
11 $this->createGenericVars();
12 $this->createCttypeVars(); # [FIXME] Unknown acronym, maybe ClienT Type = cctype?
13@@ -125,7 +125,7 @@
14 $this->__var_program_name = 'kloxo';
15 }
16
17- private function createServiceDescritions()
18+ private function createServiceDescriptions()
19 { # Create the vars for service descriptions
20 $this->__var_service_desc['httpd'] = 'Apache Web Server';
21 $this->__var_service_desc['apache2'] = 'Apache Web Server';
22@@ -406,4 +406,4 @@
23 return lxfile_exists('__path_slave_db');
24
25 }
26-}
27\ No newline at end of file
28+}

Subscribers

People subscribed via source and target branches