From b74f5e05e590708166f18ded4eb8ab42bfb6deac Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 22 Dec 2020 22:04:05 +1100 Subject: [PATCH] docs: fix simple typo, resopnsible -> responsible There is a small typo in 2020/bilibili/xml2ass.py, bilibili/xml2ass.py. Should read `responsible` rather than `resopnsible`. --- 2020/bilibili/xml2ass.py | 2 +- bilibili/xml2ass.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/2020/bilibili/xml2ass.py b/2020/bilibili/xml2ass.py index eac3f861..4cfcf18c 100644 --- a/2020/bilibili/xml2ass.py +++ b/2020/bilibili/xml2ass.py @@ -2,7 +2,7 @@ # This file is released under General Public License version 3. # You should have received a copy of General Public License text alongside with # this program. If not, you can obtain it at http://gnu.org/copyleft/gpl.html . -# This program comes with no warranty, the author will not be resopnsible for +# This program comes with no warranty, the author will not be responsible for # any damage or problems caused by this program. import argparse diff --git a/bilibili/xml2ass.py b/bilibili/xml2ass.py index eac3f861..4cfcf18c 100644 --- a/bilibili/xml2ass.py +++ b/bilibili/xml2ass.py @@ -2,7 +2,7 @@ # This file is released under General Public License version 3. # You should have received a copy of General Public License text alongside with # this program. If not, you can obtain it at http://gnu.org/copyleft/gpl.html . -# This program comes with no warranty, the author will not be resopnsible for +# This program comes with no warranty, the author will not be responsible for # any damage or problems caused by this program. import argparse