diff --git a/Applications/Link Shortener and Extractor/source-code.py b/Applications/Link Shortener and Extractor/source-code.py index 8ba083f..b6febb9 100644 --- a/Applications/Link Shortener and Extractor/source-code.py +++ b/Applications/Link Shortener and Extractor/source-code.py @@ -22,11 +22,11 @@ def link_opener(link): num = input("Enter your choice ...\n" "1. Type 1 for shortening link\n" - "2. Type 2 for extrcting real link from a shorten link\n") + "2. Type 2 for extracting real link from a shorten link\n") link = input("Enter the link: ") if (num == '1') : link_shortener(link) else : - link_opener(link) \ No newline at end of file + link_opener(link)