diff --git a/src/core/corelib.c b/src/core/corelib.c index dc9ec1a4..a1de6e7a 100644 --- a/src/core/corelib.c +++ b/src/core/corelib.c @@ -112,7 +112,7 @@ JANET_CORE_FN(janet_core_expand_path, "to expand the path to a path that can be " "used for importing files. The replacements are as follows:\n\n" "* :all: -- the value of path verbatim.\n\n" - "* :@all: -- Same as :all:, bu if `path` starts with the @ character,\n" + "* :@all: -- Same as :all:, but if `path` starts with the @ character,\n" " the first path segment is replaced with a dynamic binding\n" " `(dyn )`.\n\n" "* :cur: -- the current file, or (dyn :current-file)\n\n"