Commit 87a2519f authored by Marco Buttu's avatar Marco Buttu
Browse files

Fixed a typo

parent b6d1f15f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ common_receiver_properties = (
    'vacuum')

mapping = (
    ('ANTENNA/Boss', ('rawAzimut', 'rawElevation')),
    ('ANTENNA/Boss', ('rawAzimuth', 'rawElevation')),
    ('RECEIVERS/SRTLPBandReceiver', common_receiver_properties),
    ('RECEIVERS/SRTKBandMFReceiver', common_receiver_properties),
    ('RECEIVERS/SRT7GHzReceiver', common_receiver_properties),