Fixed typos reported by lintian
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/wish
|
||||
#
|
||||
# xorriso-tcltk
|
||||
# Copyright (C) 2012 - 2015
|
||||
# Copyright (C) 2012 - 2016
|
||||
# Thomas Schmitt <scdbackup@gmx.net>, libburnia project.
|
||||
# Provided under BSD license: Use, modify, and distribute as you like.
|
||||
#
|
||||
@ -4638,7 +4638,7 @@ higher will show up, nevertheless."
|
||||
}
|
||||
if {$what == "Recent problem:"} {
|
||||
return \
|
||||
"The \"Recent problem:\" field shows the most severe event message that occured
|
||||
"The \"Recent problem:\" field shows the most severe event message that occurred
|
||||
during the execution of the most recent command. It also displays the most
|
||||
recent problem message from the frontend program itself.
|
||||
|
||||
@ -4648,7 +4648,7 @@ manually transmitted command and the major GUI gestures will do.
|
||||
}
|
||||
if {$what == "Worst problem:"} {
|
||||
return \
|
||||
"The \"Worst problem:\" field shows the most severe event message that occured
|
||||
"The \"Worst problem:\" field shows the most severe event message that occurred
|
||||
since last time the \"Clear\" button was hit. It will not clear automatically."
|
||||
}
|
||||
if {$what == "Clear"} {
|
||||
|
Reference in New Issue
Block a user