summaryrefslogtreecommitdiff
path: root/src/theory/strings/base_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/strings/base_solver.h')
-rw-r--r--src/theory/strings/base_solver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/strings/base_solver.h b/src/theory/strings/base_solver.h
index 929034e42..66ec35277 100644
--- a/src/theory/strings/base_solver.h
+++ b/src/theory/strings/base_solver.h
@@ -225,7 +225,7 @@ class BaseSolver
*
* This set contains a set of nodes that are not representatives of their
* congruence class. This set is used to skip reasoning about terms in
- * various inference schemas implemnted by this class.
+ * various inference schemas implemented by this class.
*/
NodeSet d_congruent;
/**
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback