From 326d1e75b23bb2520ee3ef49f12851c7edfebe3c Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 23 Aug 2021 17:41:47 +0200 Subject: [PATCH] weatherstatus: typo. --- statusweather.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statusweather.cpp b/statusweather.cpp index a7d36af..bd6aa9b 100644 --- a/statusweather.cpp +++ b/statusweather.cpp @@ -7,7 +7,7 @@ */ /* ~/.config/statusweather.cfg: * api_key = abc123 - * city = Hamburd,de + * city = Hamburg,de */ #include "helpers.hpp"