From bc019205b3d43c628605c0092415b7df4201c8a9 Mon Sep 17 00:00:00 2001 From: Piotr Sarna Date: Fri, 4 May 2018 12:56:29 +0200 Subject: [PATCH] schema: fix typos in a comment Message-Id: <2b2a169e8a511fa9e0e1556ac7559ce9bef896e1.1525431353.git.sarna@scylladb.com> --- schema.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema.hh b/schema.hh index fd0b6d7817..e5da15295d 100644 --- a/schema.hh +++ b/schema.hh @@ -793,7 +793,7 @@ bool operator==(const schema&, const schema&); using schema_ptr = lw_shared_ptr; /** - * 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;