From 69674d5f81885d530d7dfe93a0aa229959a32889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Sun, 17 Nov 2019 10:42:44 -0700 Subject: [PATCH] Fix a typo --- examples/functionplot/functionplot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);