Skip to content

Commit

Permalink
minor: makeplots_main: spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
goi42 committed Aug 20, 2019
1 parent f4cdf76 commit a2f7ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/makeplots/makeplots_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
fbar = progbar_makestart(nEntries)

freq = int(nEntries / 100 + 1)
# this has to be done in C++ bcause thiscut.h.OnPartialResultSlot cannot yet take a python function
# this has to be done in C++ because thiscut.h.OnPartialResultSlot cannot yet take a python function
ROOT.gInterpreter.ProcessLine(
'std::mutex bar_mutex{file_num};'
'int fbarprogress{file_num} = 0;'
Expand Down

0 comments on commit a2f7ad6

Please sign in to comment.