diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-04 09:15:32 +0100 |
commit | 372d24ea3a52e376f953deeffeb7847d008b81c9 (patch) | |
tree | aebf05dc8a6364743ad2a8de35c4b236707d0c95 /test/profiles.py | |
parent | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (diff) | |
download | browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.tar.gz browser-extension-372d24ea3a52e376f953deeffeb7847d008b81c9.zip |
fix license promise typo
Diffstat (limited to 'test/profiles.py')
-rwxr-xr-x | test/profiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles.py b/test/profiles.py index acdecb6..4892894 100755 --- a/test/profiles.py +++ b/test/profiles.py @@ -22,7 +22,7 @@ Browser profiles and Selenium driver initialization # along with this program. If not, see <https://www.gnu.org/licenses/>. # # I, Wojtek Kosior, thereby promise not to sue for violation of this file's -# license. Although I request that you do not make use this code in a +# license. Although I request that you do not make use of this code in a # proprietary program, I am not going to enforce this in court. from selenium import webdriver |