From 12f5385726b14bd026f7722eae23c2239575fd00 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 8 Jun 2004 18:50:19 +0000 Subject: [PATCH 1/1] fixed typo --- ginac/basic.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ginac/basic.cpp b/ginac/basic.cpp index 3fcac861..7a063476 100644 --- a/ginac/basic.cpp +++ b/ginac/basic.cpp @@ -549,8 +549,8 @@ bool basic::match(const ex & pattern, lst & repl_lst) const if (is_exactly_a(pattern)) { // Wildcard matches anything, but check whether we already have found - // a match for that wildcard first (if so, it the earlier match must - // be the same expression) + // a match for that wildcard first (if so, the earlier match must be + // the same expression) for (lst::const_iterator it = repl_lst.begin(); it != repl_lst.end(); ++it) { if (it->op(0).is_equal(pattern)) return is_equal(ex_to(it->op(1))); -- 2.45.0