From 6bcfd5663283e2f2c1326fbb545f831bc5e539e4 Mon Sep 17 00:00:00 2001 From: Chris Angelico <rosuav@gmail.com> Date: Mon, 21 Jan 2019 23:57:32 +1100 Subject: [PATCH] Fix a couple of docs typos --- src/builtin_functions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/builtin_functions.c b/src/builtin_functions.c index 42eb92d092..d2e84ab4c6 100644 --- a/src/builtin_functions.c +++ b/src/builtin_functions.c @@ -9397,13 +9397,13 @@ slow_path: /*! @decl string defined(program x, string identifier) *! - *! Returns a string with filename and linenumber where @[idenfifier] + *! Returns a string with filename and linenumber where @[identifier] *! in @[x] was defined. *! *! Returns @expr{0@} (zero) when no line can be found, e.g. for *! builtin functions. *! - *! If @[idenfier] can not be found in @[x] this function returns + *! If @[identifier] can not be found in @[x] this function returns *! where the program is defined. */ PMOD_EXPORT void f_program_identifier_defined(INT32 args) -- GitLab