From 9b3c148b7419d7f201849a52c1626c8fc0798265 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Fri, 18 Mar 2022 12:48:45 +1100 Subject: [PATCH] typo fix --- doc/module-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/module-service.md b/doc/module-service.md index 3bc2b96b..b8257525 100644 --- a/doc/module-service.md +++ b/doc/module-service.md @@ -27,7 +27,7 @@ The [instantiated frontend service](instantiated-service.html) is written as any ## Module directory -The module directory can contain three sub-direcotories: +The module directory can contain three sub-directories: - *configure* : This directory can contain an **executable** file script named configure. For example, `%%module_system%%/foo@/configure/configure`. The sub-directory **must** be named *configure* and the file script **must** be named *configure*. This file **is not** mandatory. The [66-enable](66-enable.html) process will detect if the file exists and it runs it if it's the case. It's up to you to write the *configure* script file with the language of your choice as long as you define a correct *shebang*. -- GitLab