Skip to content

Commit

Permalink
Merge pull request #72 from SIDN-Tim/Fix_typo
Browse files Browse the repository at this point in the history
Fix Typo: Requestion -> Requesting
  • Loading branch information
anewton1998 authored Jun 21, 2024
2 parents 80dcdc8 + 1f623ba commit f970611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icann-rdap-cli/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pub(crate) async fn do_request(
info!("Cache has been disabled.")
}
let query_url = query_type.query_url(base_url)?;
debug!("Requestion RDAP URL {query_url}");
debug!("Requesting RDAP URL {query_url}");
if !processing_params.no_cache {
let file_name = format!(
"{}.cache",
Expand Down

0 comments on commit f970611

Please sign in to comment.