Merge pull request #16 from certik/typo

Fix a typo
This commit is contained in:
Jan W. Krieger 2019-11-17 19:37:18 +01:00 committed by GitHub
commit 92daa4d1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);