Gbp-Pq: Name 0005-spelling.patch
This commit is contained in:
Barak A. Pearlmutter
2018-04-05 11:01:37 +01:00
parent 7895f7d8e3
commit daa670db03
+3 -3
View File
@@ -222,7 +222,7 @@ bool& SingleModeVisitor::operator()(RAType* ra) const
{
if (ra)
return ra->SingleMode();
throw std::runtime_error("no rank-approximate model is intialized");
throw std::runtime_error("no rank-approximate model is initialized");
}
//! Exposes the referenceSet of the given RAType.
@@ -231,7 +231,7 @@ const arma::mat& ReferenceSetVisitor::operator()(RAType* ra) const
{
if (ra)
return ra->ReferenceSet();
throw std::runtime_error("no rank-approximate model is intialized");
throw std::runtime_error("no rank-approximate model is initialized");
}
//! Exposes the Naive() method of the given RAType instance.
@@ -240,7 +240,7 @@ bool& NaiveVisitor::operator()(RAType* ra) const
{
if (ra)
return ra->Naive();
throw std::runtime_error("no rank-approximate search model is intialized");
throw std::runtime_error("no rank-approximate search model is initialized");
}
//! For cleaning memory