mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 20:59:45 +01:00
Corrected more words.
This commit is contained in:
@@ -1474,7 +1474,7 @@ inline AbstractBindingVec& io(AbstractBindingVec& bv)
|
||||
template <typename T>
|
||||
inline AbstractBinding::Ptr bind(T t, const std::string& name)
|
||||
/// Convenience function for a more compact Binding creation.
|
||||
/// This funtion differs from use() in its value copy semantics.
|
||||
/// This function differs from use() in its value copy semantics.
|
||||
{
|
||||
return new CopyBinding<T>(t, name, AbstractBinding::PD_IN);
|
||||
}
|
||||
@@ -1483,7 +1483,7 @@ inline AbstractBinding::Ptr bind(T t, const std::string& name)
|
||||
template <typename T>
|
||||
inline AbstractBinding::Ptr bind(T t)
|
||||
/// Convenience function for a more compact Binding creation.
|
||||
/// This funtion differs from use() in its value copy semantics.
|
||||
/// This function differs from use() in its value copy semantics.
|
||||
{
|
||||
return Poco::Data::Keywords::bind(t, "");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user