summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/TimelineModel.cpp')
-rw-r--r--src/timeline/TimelineModel.cpp2
1 files changed, 1 insertions, 1 deletions
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) {