Skip to content

Commit 4ecc193

Browse files
committed
Fixing typo
1 parent 191f5af commit 4ecc193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptominisat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ DLL_PUBLIC std::string SATSolver::get_text_version_info(const char* prefix)
10981098
ss << prefix << "Using CCAnr from 'CCAnr: A Conf. Checking Based Local Search Solver [...]'" << endl;
10991099
ss << prefix << " by Shaowei Cai, Chuan Luo, and Kaile Su, SAT 2015" << endl;
11001100
ss << prefix << "Using Oracle code from 'Integrating Tree Decompositions [...]" << endl;
1101-
ss << prefix << " by Tuukaa Korhonen and Matti Jarvisalo, CP 2021" << endl;
1101+
ss << prefix << " by Tuukka Korhonen and Matti Jarvisalo, CP 2021" << endl;
11021102
ss << prefix << "CMS compilation env " << get_compilation_env() << endl;
11031103
#ifdef __GNUC__
11041104
ss << prefix << "CMS compiled with gcc version " << __VERSION__ << endl;

0 commit comments

Comments
 (0)