]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Fix typo in network map
authorJan Michel <j.michel@gsi.de>
Wed, 18 Nov 2015 15:23:52 +0000 (16:23 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 18 Nov 2015 15:23:52 +0000 (16:23 +0100)
web/htdocs/network/map.pl

index 308d724ada947ced35fdeb0ab06ac7fd84ba01e0..0a278261620fbea2fa5e883d279dec9bc5d0325f 100755 (executable)
@@ -79,7 +79,7 @@ if($ENV{'QUERY_STRING'} =~ /getmap/) {
        if ($value==0x91) {$btype= "TRB3 periph";}
        if ($value==0x92) {$btype= "CBM-Rich";}
        if ($value==0x93) {$btype= "CBM-Tof";}
-       if ($value==0x95) {$btype= "TRBยงsc";}
+       if ($value==0x95) {$btype= "TRB3sc";}
        if ($value==0x83) {$btype= "TRB2 RPC";}
        if ($value==0x81) {$btype= "TRB2 TOF";}
        if ($value==0x62) {$btype= "Hub AddOn";}