[genius] Wed Aug 20 18:56:35 2014 Jiri (George) Lebl <jirka 5z com>
- From: George Lebl <jirka src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [genius] Wed Aug 20 18:56:35 2014 Jiri (George) Lebl <jirka 5z com>
- Date: Wed, 20 Aug 2014 23:56:46 +0000 (UTC)
commit 3ff7c38ced105a184da2668c8a5d95270bec5cba
Author: Jiri (George) Lebl <jiri lebl gmail com>
Date: Wed Aug 20 18:56:38 2014 -0500
Wed Aug 20 18:56:35 2014 Jiri (George) Lebl <jirka 5z com>
* src/graphing.c: fix typo
ChangeLog | 4 ++++
src/graphing.c | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 25de57c..d4d398f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 20 18:56:35 2014 Jiri (George) Lebl <jirka 5z com>
+
+ * src/graphing.c: fix typo
+
Wed Aug 20 18:49:35 2014 Jiri (George) Lebl <jirka 5z com>
* src/calc.c: also encode the description when compiling. This is
diff --git a/src/graphing.c b/src/graphing.c
index 372b2cd..2836852 100644
--- a/src/graphing.c
+++ b/src/graphing.c
@@ -9891,7 +9891,7 @@ gel_add_graph_functions (void)
FUNC (LinePlotClear, 0, "", "plotting", N_("Show the line plot window and clear out functions"));
VFUNC (LinePlotDrawLine, 2, "x1,y1,x2,y2,args", "plotting", N_("Draw a line from x1,y1 to x2,y2.
x1,y1,x2,y2 can be replaced by a n by 2 matrix for a longer line"));
- VFUNC (LinePlotDrawPoints, 2, "x,y,args", "plotting", N_("Draw a points at x,y. x,y can be replaced
by a n by 2 matrix for more points"));
+ VFUNC (LinePlotDrawPoints, 2, "x,y,args", "plotting", N_("Draw a point at x,y. x,y can be replaced
by a n by 2 matrix for more points"));
FUNC (PlotCanvasFreeze, 0, "", "plotting", N_("Freeze the plot canvas, that is, inhibit drawing"));
FUNC (PlotCanvasThaw, 0, "", "plotting", N_("Thaw the plot canvas and redraw the plot immediately"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]