doc: fix typos

Signed-off-by: Maxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>
This commit is contained in:
Maxime Roussin-Bélanger
2020-12-17 17:10:32 -05:00
parent 1d009c248e
commit 4cff869a4f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class DisplayFlightRecorder(gdb.Command):
# display this data (only) if symbol is not empty (happens if the program is not ran at all)
if rb.value():
print("Data at byte {append}, Size: {size}B, "
"Overlaped: {overlap}".format(append=rb.value()['append_pos'],
"Overlapped: {overlap}".format(append=rb.value()['append_pos'],
size=rb.value()['size'],
overlap=rb.value()['overlap']))