Skip to content

Commit

Permalink
issue 24 - final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tx2z committed Apr 6, 2013
1 parent 4284c62 commit 9feecc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/views/results.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
$results = new ShowResults();
$search_results = $results->getTMXResults(array_keys($locale1_strings), $tmx_source, $tmx_target);

// Get cached bugzilla components (languages list) or connect to Bugzilla API to retreive them
// Get cached bugzilla components (languages list) or connect to Bugzilla API to retrieve them
$components_array = Utils::getBugzillaComponents();

$source_component_name = Utils::collectLanguageComponent($sourceLocale, $components_array);
Expand Down

0 comments on commit 9feecc3

Please sign in to comment.