Fixes FS#41860.
Signed-off-by: Lukas Fleischer <archlinux(a)cryptocrack.de>
---
web/lib/acctfuncs.inc.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php
index e3ff494..2272010 100644
--- a/web/lib/acctfuncs.inc.php
+++ b/web/lib/acctfuncs.inc.php
@@ -664,7 +664,7 @@ function send_resetkey($email, $subject, $body) {
$headers = "MIME-Version: 1.0\r\n" .
"Content-type: text/plain; charset=UTF-8\r\n" .
"Reply-to: noreply(a)aur.archlinux.org\r\n" .
- "From: notify(a)aur.achlinux.org\r\n" .
+ "From: notify(a)aur.archlinux.org\r\n" .
"X-Mailer: PHP\r\n" .
"X-MimeOLE: Produced By AUR";
@mail($email, $subject, $body, $headers);
--
2.1.0