|
9 | 9 | * |
10 | 10 | * All rights reserved |
11 | 11 | * |
12 | | -* This script is part of the EZB/DBIS-Extention project. The EZB/DBIS-Extention project |
| 12 | +* This script is part of the EZB/DBIS-Extension project. The EZB/DBIS-Extension project |
13 | 13 | * is free software; you can redistribute it and/or modify |
14 | 14 | * it under the terms of the GNU General Public License as published by |
15 | 15 | * the Free Software Foundation; either version 2 of the License, or |
@@ -339,7 +339,7 @@ public function getJournalDetail($journalId) |
339 | 339 | $warpto = urlencode((string)$period->warpto_link->attributes()->url); |
340 | 340 | } |
341 | 341 |
|
342 | | - //check for uncomplete link |
| 342 | + //check for incomplete link |
343 | 343 | $readme_link = (string)@$period->readme_link->attributes()->url; |
344 | 344 |
|
345 | 345 | if (!empty($readme_link)) { |
@@ -382,7 +382,7 @@ public function detailSearchFormFields() |
382 | 382 | } |
383 | 383 |
|
384 | 384 | /** |
385 | | - * creates search url, contains of the doamin and an array of parameter |
| 385 | + * creates search url, contains of the domain and an array of parameter |
386 | 386 | * |
387 | 387 | * @param term string |
388 | 388 | * @param searchVars array |
@@ -437,10 +437,10 @@ private function createSearchUrl($searchVars) |
437 | 437 | } |
438 | 438 |
|
439 | 439 | /** |
440 | | - * Caclulate the sum of all colors |
| 440 | + * Calculate the sum of all colors |
441 | 441 | * |
442 | 442 | * @param mixed $colors |
443 | | - * @return intger sum |
| 443 | + * @return integer sum |
444 | 444 | */ |
445 | 445 | private function getColorSum($colors) |
446 | 446 | { |
@@ -582,7 +582,7 @@ public function setShortAccessInfos() |
582 | 582 | } |
583 | 583 |
|
584 | 584 | /** |
585 | | - * retruns access information |
| 585 | + * returns access information |
586 | 586 | * |
587 | 587 | * @return array $return |
588 | 588 | */ |
|
0 commit comments