diff --git a/examples/functionplot/functionplot.cpp b/examples/functionplot/functionplot.cpp index 3eb9b0741e..c59280b5f9 100644 --- a/examples/functionplot/functionplot.cpp +++ b/examples/functionplot/functionplot.cpp @@ -28,7 +28,7 @@ int main(int argc, char* 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 QWidget mainWin; JKQTPlotter* plot=new JKQTPlotter(&mainWin);