Skip to content

Commit 2e28773

Browse files
committed
profileLink:: spelling fix
1 parent d407d94 commit 2e28773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/m_profileLink.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ModuleProfileLink final
7474
// Construct the profile URL using the user's account name.
7575
const std::string profileUrl = profileBaseUrl + *account;
7676
// Send the profile URL in the WHOIS response.
77-
whois.SendLine(RPL_WHOISPROFILE, "*", "Profil: " + profileUrl);
77+
whois.SendLine(RPL_WHOISPROFILE, "*", "Profile: " + profileUrl);
7878
}
7979
else
8080
{

0 commit comments

Comments
 (0)