Bwidget Source Code
View Ticket
Not logged in
Ticket UUID: 4025b05b2186f7c27f3a0f14eb158a3402f9af87
Title: R Project
Type: RFE Version:
Submitter: lindblad Created on: 2025-06-16 18:30:15
Subsystem: (unused) Assigned To: nobody
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2025-06-17 17:22:14
Resolution: Fixed Closed By: lindblad
    Closed on: 2025-06-17 17:22:14
Description:
The R devs copied code from 3 Bwidget files into their file progressbar.tcl.

$ svn log -r r45037 R
------------------------------------------------------------------------
r45037 | ripley | 2008-04-02 10:40:18 -0500 (Wed, 02 Apr 2008) | 1 line

include enough of BWidget for tkProgressBar
------------------------------------------------------------------------
$

Looking at the R source subdirectory src/library/tcltk/exec exposed a few typos.

Would the Bwidget devs consider to implement these GNU sed commands to fix them?

$ cat typos.sh
#!/bin/sh

sed -i "s/additionnal/additional/g" bwidget/widget.tcl
sed -i "s/commande/command/g" bwidget/utils.tcl
sed -i "s/incorrecte/incorrect/g" bwidget/utils.tcl
sed -i "s/informations/information/g" bwidget/widget.tcl
$
User Comments: oehhar added on 2025-06-17 08:29:46:

Thanks a lot. Commited by [0be16a0895].

Thanks for all, Harald