From d943c06822be71f0c41d107f09f85e938269a639 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 10:34:39 +0100 Subject: [PATCH] correct spelling mistake --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 9f43cb9..4ec5086 100644 --- a/README.textile +++ b/README.textile @@ -30,7 +30,7 @@ h2. Ruby Gnuplot Concepts Gnuplot has a very simple conceptual model. Calls to _Set_ are made to set parameters and either _Plot_ or _Splot_ is called to generate the actual plot. The _dataset_ to be - plotted can be specified in a number of ways, contained in a seperate + plotted can be specified in a number of ways, contained in a separate file, generated from a function, read from standard input, or read immediately after the plot command.