Typo.
This commit is contained in:
parent
f0a35bfd5b
commit
18de12c762
|
@ -58,7 +58,7 @@ int main()
|
|||
|
||||
const mastodonpp::parametermap parameters
|
||||
{
|
||||
{"status", "How is the wheather?"},
|
||||
{"status", "How is the weather?"},
|
||||
{"poll[options]", vector<string_view>{"Nice", "not nice"}},
|
||||
{"poll[expires_in]", "86400"}
|
||||
};
|
||||
|
|
|
@ -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)}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user