From 1e4343e6e85c1b03d9e4bea2d652e93faf92cb55 Mon Sep 17 00:00:00 2001
From: "Liam M. Healy" <lnp@healy.washington.dc.us>
Date: Mon, 31 Dec 2012 17:58:25 -0500
Subject: [PATCH] Fix typo in docstring

---
 solve-minimize-fit/linear-least-squares.lisp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/solve-minimize-fit/linear-least-squares.lisp b/solve-minimize-fit/linear-least-squares.lisp
index 597c9658..fe49a241 100644
--- a/solve-minimize-fit/linear-least-squares.lisp
+++ b/solve-minimize-fit/linear-least-squares.lisp
@@ -1,8 +1,8 @@
 ;; Linear least squares, or linear regression
 ;; Liam Healy <2008-01-21 12:41:46EST linear-least-squares.lisp>
-;; Time-stamp: <2012-01-13 12:01:18EST linear-least-squares.lisp>
+;; Time-stamp: <2012-12-31 12:30:36EST linear-least-squares.lisp>
 ;;
-;; Copyright 2008, 2009, 2010, 2011 Liam M. Healy
+;; Copyright 2008, 2009, 2010, 2011, 2012 Liam M. Healy
 ;; Distributed under the terms of the GNU General Public License
 ;;
 ;; This program is free software: you can redistribute it and/or modify
@@ -28,7 +28,7 @@
 ;;;;****************************************************************************
 
 ;;; Error in GSL documentation or in code: vectors must be equal
-;;; lengths but strides re not?  Shouldn't (floor length stride) be n?
+;;; lengths but strides are not?  Shouldn't (floor length stride) be n?
 ;;; Error in GSL documentation for gsl_fit_linear_est, "c00" instead
 ;;; of "cov00" etc.  Last arg to gsl_fit_wmul is labelled sumsq but
 ;;; referred to as chisq.
-- 
GitLab