aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sequence_charts
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sequence_charts')
-rwxr-xr-xdoc/sequence_charts/msc_log_to_ladder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sequence_charts/msc_log_to_ladder.py b/doc/sequence_charts/msc_log_to_ladder.py
index 1ceaeb6b9..30b6594db 100755
--- a/doc/sequence_charts/msc_log_to_ladder.py
+++ b/doc/sequence_charts/msc_log_to_ladder.py
@@ -713,7 +713,7 @@ if __name__ == '__main__':
help='Pick output format: mscgen format or libosmocore/contrib/ladder_to_msc.py format')
parser.add_argument('-m', '--mask-values', dest='mask_values', action='store_true',
help='Do not output specific values like IP address, port, endpoint CI, instead just indicate that a value is'
- ' present. This makes the output reproducable across various logs.')
+ ' present. This makes the output reproducible across various logs.')
parser.add_argument('-s', '--start-with', dest='start_with_re', default=None,
help='Skip until the first message with this label (regex), e.g. -s "CC SETUP"')