From b24165371c11a4fbae54dd22507b292be73ea8ae Mon Sep 17 00:00:00 2001 From: Adasauce Date: Mon, 17 Feb 2020 11:49:22 -0400 Subject: [PATCH] Paginationg != Paginating in debug message --- src/timeline/TimelineModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index 004da9d0..ed1b3075 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -437,7 +437,7 @@ TimelineModel::fetchMore(const QModelIndex &) opts.room_id = room_id_.toStdString(); opts.from = prev_batch_token_.toStdString(); - nhlog::ui()->debug("Paginationg room {}", opts.room_id); + nhlog::ui()->debug("Paginating room {}", opts.room_id); http::client()->messages( opts, [this, opts](const mtx::responses::Messages &res, mtx::http::RequestErr err) {