schema: fix typos in a comment

Message-Id: <2b2a169e8a511fa9e0e1556ac7559ce9bef896e1.1525431353.git.sarna@scylladb.com>
This commit is contained in:
Piotr Sarna
2018-05-04 12:56:29 +02:00
committed by Duarte Nunes
parent ce689a0807
commit bc019205b3

View File

@@ -793,7 +793,7 @@ bool operator==(const schema&, const schema&);
using schema_ptr = lw_shared_ptr<const schema>;
/**
* Wraper for schema_ptr used by functions that except an engaged view_info field.
* Wrapper for schema_ptr used by functions that expect an engaged view_info field.
*/
class view_ptr final {
schema_ptr _schema;