summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ttrss_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ttrss_api.cpp b/src/ttrss_api.cpp
index 421ddd00..348a9327 100644
--- a/src/ttrss_api.cpp
+++ b/src/ttrss_api.cpp
@@ -381,7 +381,7 @@ rsspp::feed ttrss_api::fetch_feed(const std::string& id, CURL* cached_handle) {
f.items.push_back(item);
}
} catch (json::exception& e) {
- LOG(level::ERROR, "Exception occured while parsing feeed: ", e.what());
+ LOG(level::ERROR, "Exception occurred while parsing feeed: ", e.what());
}
std::sort(f.items.begin(), f.items.end(), [](const rsspp::item& a, const rsspp::item& b) {