api/helpers: Fix typo

This commit is contained in:
ZyX 2017-08-06 15:23:05 +03:00
parent efb03903eb
commit 36acfce4ea

View File

@ -97,7 +97,7 @@ bool try_leave(const TryState *const tstate, Error *const err)
/// Start block that may cause vimscript exceptions /// Start block that may cause vimscript exceptions
/// ///
/// Each try_start() call should be mirrorred by try_end() call. /// Each try_start() call should be mirrored by try_end() call.
/// ///
/// To be used as a replacement of `:try … catch … endtry` in C code, in cases /// To be used as a replacement of `:try … catch … endtry` in C code, in cases
/// when error flag could not already be set. If there may be pending error /// when error flag could not already be set. If there may be pending error