summaryrefslogtreecommitdiffstats
path: root/examples/example03_post_status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example03_post_status.cpp')
-rw-r--r--examples/example03_post_status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example03_post_status.cpp b/examples/example03_post_status.cpp
index db5545b..f2e473a 100644
--- a/examples/example03_post_status.cpp
+++ b/examples/example03_post_status.cpp
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
constexpr auto poll_seconds{60 * 60 * 24 * 2}; // 2 days.
const masto::parametermap parameters
{
- {"status", "How is the wheather?"},
+ {"status", "How is the weather?"},
{"poll[options]", vector<string_view>{"Nice", "not nice"}},
{"poll[expires_in]", to_string(poll_seconds)}
};