From: <no...@tc...> - 2025-06-19 18:18:14
|
Automated mail by fx, on behalf of no...@tc... Ticket Change [0dd217fa7326e112cf4be0f5a03fe0c9c9ddbbedf318c6190a8b883e018c12f9] [typos] By lindblad For BWidget On 2025-06-19T18:11:10.228 Details https://core.tcl-lang.org/bwidget/tinfo?name=0dd217fa7326e112cf4be0f5a03fe0c9c9ddbbedf318c6190a8b883e018c12f9 Ticket https://core.tcl-lang.org/bwidget/tktview/38813ebbded15a9c10ef4e377af5017a1cfe9a72 Changed Fields assignee: nobody closer: nobody comment: Here are GNU sed commands for typo fixes for the .tcl files. sed -i "s/dialogs/dialogues/g" bwidget/utils.tcl sed -i "s/existance/existence/g" bwidget/entry.tcl sed -i "s/informations/information/g" bwidget/listbox.tcl sed -i "s/perferct/perfect/g" bwidget/widget.tcl sed -i "s/substract/subtract/g" bwidget/notebook.tcl If it's desired to edit the ChangeLog here are the fixes. sed -i "s/Disfunction/Dysfunction/g" bwidget/ChangeLog sed -i "s/appearence/appearance/g" bwidget/ChangeLog sed -i "s/dialogs/dialogues/g" bwidget/ChangeLog sed -i "s/enless/endless/g" bwidget/ChangeLog sed -i "s/horizantal/horizontal/g" bwidget/ChangeLog sed -i "s/incompatabilities/incompatibilities/g" bwidget/ChangeLog sed -i "s/paramters/parameters/g" bwidget/ChangeLog sed -i "s/reagion/region/g" bwidget/ChangeLog If it's desired to edit the edit CHANGES.txt. Perhaps displacement rather than deplacement (not an English word) was the intention here. If that's not appropriate then possibly replace 'the deplacement' with 'shifting' $ sed -n '708,710p' bwidget/dynhelp.tcl # Increment the required size by the deplacement from the passed point incr width 8 incr height 12 $ Is unknown-time rather than unknow-time the intention here? $ sed -n '164p' bwidget/CHANGES.txt - now can be incremental or not limited ('unknow-time' processing) $ If unknown is correct then this would be the fix. sed -i "s/unknow/unknown/g" bwidget/CHANGES.txt Here are other typos in CHANGES.txt. sed -i "s/completly/completely/g" bwidget/CHANGES.txt sed -i "s/incompatibilites/incompatibilities/g" bwidget/CHANGES.txt sed -i "s/optionnal/optional/g" bwidget/CHANGES.txt sed -i "s/painfull/painful/g" bwidget/CHANGES.txt sed -i "s/retreive/retrieve/g" bwidget/CHANGES.txt is_private: 0 login: lindblad priority: 5 Medium private_contact: 00b194c9cf73de67b245c0cf8a150f3e77f452cf resolution: None severity: Minor status: Open submitter: lindblad subsystem: (unused) title: typos type: RFE ------------------------------------------------------------ See Tcl/Tk development @ http://core.tcl-lang.org/ ------------------------------------------------------------ |