lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 033a5f0 1/5: Correct an apparent typo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 033a5f0 1/5: Correct an apparent typo
Date: Wed, 25 Apr 2018 10:53:48 -0400 (EDT)

branch: master
commit 033a5f0c192f37580de61344c952f7800c31a0af
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Correct an apparent typo
---
 wx_table_generator.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wx_table_generator.hpp b/wx_table_generator.hpp
index 8f91230..537478c 100644
--- a/wx_table_generator.hpp
+++ b/wx_table_generator.hpp
@@ -36,7 +36,7 @@
 /// Simplifies outputting tabular data on wxDC.
 ///
 /// To create a table, columns must be initialized first by calling
-/// set_column() for each of them once. After this, output_header() and
+/// add_column() for each of them once. After this, output_header() and
 /// output_row() can be called reusing the same pos_y argument which contains
 /// the coordinate of the top of the header or row to output and is updated to
 /// correspond to the value for the next row by these functions.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]