From ebc9b99ae2817ddd95b5b9b2238881fcd5c777e0 Mon Sep 17 00:00:00 2001 From: paulhersch <74120050+paulhersch@users.noreply.github.com> Date: Sun, 24 Oct 2021 05:02:34 +0200 Subject: [PATCH] fixed a typo (#3481) --- docs/09-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09-options.md b/docs/09-options.md index da8eb472b..4c56f5047 100644 --- a/docs/09-options.md +++ b/docs/09-options.md @@ -55,7 +55,7 @@ To display more deprecation errors, you can increase the API level by 2: It is possible to make some `.lua` file executable and use the POSIX magic prefix (`#!`, often referred as the shebang operator). AwesomeWM will attempt -to parse the header. Note that for now UTF-8 paths are not supported. A tipical +to parse the header. Note that for now UTF-8 paths are not supported. A typical file header will look like: #! /usr/bin/env awesome --replace