From 7fc697f10efad6568de8b07ae206d5c233b3ed5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 20 Jan 2023 14:50:05 +0100 Subject: [PATCH] Fix typo in last commit --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 5282c269f..9f0062deb 100644 --- a/conf.py +++ b/conf.py @@ -77,7 +77,7 @@ master_doc = "index" # General information about the project project = "Godot Engine" copyright = ( - "2014-present Juan Liniestky, Ariel Manzur and the Godot community (CC BY 3.0)" + "2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0)" ) author = "Juan Linietsky, Ariel Manzur and the Godot community"