Module: website Branch: master Commit: faf78aae015f88b2058ff2574b31aefe6a82b944 URL: https://source.winehq.org/git/website.git/?a=commit;h=faf78aae015f88b2058ff2...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 19 18:52:21 2021 +0200
include: Fix the spelling of a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/htaccess.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/htaccess.sample b/include/htaccess.sample index dbb7adf3..8de6b96d 100644 --- a/include/htaccess.sample +++ b/include/htaccess.sample @@ -89,7 +89,7 @@ RedirectMatch ^/(FAQ|Faq)$ https://wiki.winehq.org/FAQ RedirectMatch ^/(BUGS|Bugs|bugs)$ https://bugs.winehq.org/ RedirectMatch ^/(TROUBLE|Trouble|trouble)$ https://wiki.winehq.org/FAQ
-# redirect soure website +# redirect source website RedirectMatch ^/WineAPI(.*)$ https://source.winehq.org/WineAPI$1 RedirectMatch ^/source(.*)$ https://source.winehq.org/source$1 RedirectMatch ^/cvsweb(.*)$ https://cvs.winehq.org/cvsweb$1