Fix a typo

This commit is contained in:
Ondřej Čertík 2019-11-17 10:42:44 -07:00
parent 23620c2b9a
commit 69674d5f81

View File

@ -28,7 +28,7 @@ int main(int argc, char* argv[])
{ {
QApplication app(argc, argv); QApplication app(argc, argv);
// 1. create a window that conatins a line-edit to edit a function // 1. create a window that contains a line-edit to edit a function
// and a JKQTPlotter to display the function, combine everything in a layout // and a JKQTPlotter to display the function, combine everything in a layout
QWidget mainWin; QWidget mainWin;
JKQTPlotter* plot=new JKQTPlotter(&mainWin); JKQTPlotter* plot=new JKQTPlotter(&mainWin);