From 6258f55415dcd114ddf5452683e20f237c0540d9 Mon Sep 17 00:00:00 2001 From: benyissa Date: Fri, 6 Dec 2024 11:28:12 +0100 Subject: [PATCH] Fix Typos --- README.md | 2 +- agent/whatweb_agent.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6176270..84f3b08 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-_Whatweb is a web technology fingerprinter capable of detecting CMS, blogging platform, analytics pacakges, JS libraries, web servier and embeded devices._ +_Whatweb is a web technology fingerprinter capable of detecting CMS, blogging platform, analytics packages, JS libraries, web servier and embedded devices._ --- diff --git a/agent/whatweb_agent.py b/agent/whatweb_agent.py index bcee512..56d2413 100644 --- a/agent/whatweb_agent.py +++ b/agent/whatweb_agent.py @@ -533,7 +533,7 @@ def _get_msg_data( version: Optional[str] = None, fingerprint_type: Optional[str] = None, ) -> Dict[str, Any]: - """Prepare data of the library proto message to be emited.""" + """Prepare data of the library proto message to be emitted.""" msg_data: Dict[str, Any] = {} if target.name is not None: if isinstance(target, DomainTarget):