X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTTableWidget.java;h=9b4d7c9847faaa6688dae4a65b63173169683e77;hb=12b90437b5f22c2ae6e9b9b14c3b62b60f6143e5;hp=d8e01909e03717bc10f60eb56793adb011e2ab27;hpb=656c0dddc7c0faddd62d373f22916107d322429e;p=nikiroo-utils.git diff --git a/src/jexer/TTableWidget.java b/src/jexer/TTableWidget.java index d8e0190..9b4d7c9 100644 --- a/src/jexer/TTableWidget.java +++ b/src/jexer/TTableWidget.java @@ -1383,7 +1383,7 @@ public class TTableWidget extends TWidget { } /** - * Save contents to file in CSV format. + * Load contents from file in CSV format. * * @param csvFile a File referencing the CSV data * @throws IOException if a java.io operation throws