diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2021-10-14 02:05:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 02:05:44 +0300 |
| commit | d55517702115bc96261a0270d7c1c3965b39e6a4 (patch) | |
| tree | e3c180272cc24117c6afcc5dc57bcf66d4c5738d /lib/frrscript.c | |
| parent | 1aa12de6956262a968ce4e792fb03a68a962a23c (diff) | |
| parent | 214d8a60e15dc1b086d3f6033f686246317739f1 (diff) | |
Merge pull request #9751 from ewlumpkin/comment_spelling_fixes
lib: fix spelling nits in more lib files' comments
Diffstat (limited to 'lib/frrscript.c')
| -rw-r--r-- | lib/frrscript.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/frrscript.c b/lib/frrscript.c index 0e0d3c030c..b935b30cc2 100644 --- a/lib/frrscript.c +++ b/lib/frrscript.c @@ -226,7 +226,7 @@ void *frrscript_get_result(struct frrscript *fs, const char *function_name, p = lua_to(lfs->L, 2); /* At the end, the Lua state should be same as it was at the start - * i.e. containing soley the returned table. + * i.e. containing solely the returned table. */ assert(lua_gettop(lfs->L) == 1); assert(lua_istable(lfs->L, -1) == 1); |
