diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 21:20:54 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-30 21:20:54 +0000 |
commit | 9b96fa37488e755f8256f83ef76f3b2631bef618 (patch) | |
tree | 4620ce366d0bd2d2f1d7cb3133a203cfb8071ec1 | |
parent | 31585811e960ac6721a343492cd7b6b244c7c12e (diff) |
corrected typo in the list of allowed distros - Michał Masłowski issue
-rw-r--r-- | h-source/Application/Include/distributions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/distributions.php b/h-source/Application/Include/distributions.php index 27a7ffd..042ab6e 100644 --- a/h-source/Application/Include/distributions.php +++ b/h-source/Application/Include/distributions.php @@ -29,7 +29,7 @@ class Distributions 'blag_140000' => 'BLAG 140000', 'dragora_1_1' => 'Dragora 1.1', 'dragora_2_0' => 'Dragora 2.0 Ardi', - 'dragora_2_2' => 'Dragora 2.0 Rafaela', + 'dragora_2_2' => 'Dragora 2.2 Rafaela', 'dynebolic_2_5_2' => 'Dyne:bolic 2.5.2 DHORUBA', 'dynebolic_3_0_X' => 'Dyne:III 3.0.X MUNIR', 'gnewsense_2_3' => 'gNewSense 2.3 Deltah', |