summary refs log tree commit diff
path: root/src/timeline/TimelineModel.cpp
diff options
context:
space:
mode:
authorAdasauce <adasauce@with.parts>2020-02-17 11:49:22 -0400
committerDeepBlueV7.X <nicolas.werner@hotmail.de>2020-02-17 17:13:28 +0100
commitb24165371c11a4fbae54dd22507b292be73ea8ae (patch)
tree49a53a2fb0a4ded21694422a987da79f3873e1e8 /src/timeline/TimelineModel.cpp
parentDon't delete messages received out of order (fixup the flickering fix) (diff)
downloadnheko-b24165371c11a4fbae54dd22507b292be73ea8ae.tar.xz
Paginationg != Paginating in debug message
Diffstat (limited to '')
-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) {