summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-02-12 13:12:44 -0800
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-02-12 13:12:44 -0800
commitcdc34d644e029a53faa172a822852084f025f640 (patch)
treee436d510aeee19f24200093bd816fa8e223a9b15
parentc3804481dc7f615584f74fb94626b7f900a4ce24 (diff)
downloadrvi_core-cdc34d644e029a53faa172a822852084f025f640.tar.gz
Fixed typos
-rw-r--r--rvi_sample.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/rvi_sample.config b/rvi_sample.config
index f5cbff1..b757249 100644
--- a/rvi_sample.config
+++ b/rvi_sample.config
@@ -109,7 +109,7 @@
%% value unless all services add a system-wide unique name
%% to it.
%%
- { node_service_prefix, "jlr.com/vin/1234/"},
+ { node_service_prefix, "jlr.com/vin/1234"},
%% Specify static service prefixes with well known addresses
%%
@@ -145,7 +145,7 @@
{ bert_rpc, device_3g },
{ bert_rpc, device_sms },
{ joynr, wifi },
- { joynr, device_sms },
+ { joynr, device_sms }
]
},
@@ -159,7 +159,7 @@
%% In this case bert_rpc should only be used if the
%% resulting message size can fit in an SMS (140 bytes).
- { { bert_rpc [ { max_msg_size, 140 } ] } , server_sms }
+ { { bert_rpc, [ { max_msg_size, 140 } ] } , server_sms }
}
]
},