From 4d144983c33f2371bae3570a93f483e9b3669aaa Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Sun, 5 Mar 2017 01:01:03 +0100 Subject: [PATCH] cosmetic: typo and slash to clarify OP or OPC --- sysmo-usim-tool.sjs1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysmo-usim-tool.sjs1.py b/sysmo-usim-tool.sjs1.py index 6c2c7ea..5cf7568 100755 --- a/sysmo-usim-tool.sjs1.py +++ b/sysmo-usim-tool.sjs1.py @@ -172,13 +172,13 @@ def main(argv): print("") if getopt_write_opc: - print "Writing OPCC value..." + print "Writing OPC value..." sysmo_usim_write_opc_params(sim, getopt_adm1, 1, getopt_write_opc) print("") if getopt_show_opc: - print "Reading OPC value..." + print "Reading OP/C value..." sysmo_usim_show_opc_params(sim, getopt_adm1) print("")