summaryrefslogtreecommitdiffstats
path: root/man/sd_event_source_set_ratelimit.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-30 10:26:17 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-30 13:30:07 +0100
commita6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch)
tree1d78de487237a3ba0bdcd29df52087274b7d0db7 /man/sd_event_source_set_ratelimit.xml
parentMerge pull request #21568 from yuwata/network-fix-json-format (diff)
downloadsystemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.xz
systemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.zip
tree-wide: fix typo
Diffstat (limited to 'man/sd_event_source_set_ratelimit.xml')
-rw-r--r--man/sd_event_source_set_ratelimit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_event_source_set_ratelimit.xml b/man/sd_event_source_set_ratelimit.xml
index 37354a09f6..b8e6380ddd 100644
--- a/man/sd_event_source_set_ratelimit.xml
+++ b/man/sd_event_source_set_ratelimit.xml
@@ -87,7 +87,7 @@
<para><function>sd_event_source_set_ratelimit_expire_callback</function> may be used to set a callback
function that is invoked every time the event source leaves rate limited state. Note that function is
- called in the same event loop iteration in which state transition occured.</para>
+ called in the same event loop iteration in which state transition occurred.</para>
<para>Rate limiting is currently implemented for I/O, timer, signal, defer and inotify event
sources.</para>