Skip to content

Commit 9e09977

Browse files
committed
fix typo in apr_sha256 man page
1 parent 429fb93 commit 9e09977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/man8/apr_sha256.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The result of the function is CHAR(52). The result can be null; if the argument
1515
\fBExample 1:\fR
1616

1717
.br
18-
Inserting the user \fItest\fR and the sha1 crypted clear text \fItestpwd\fR to the table \fIusers\fR.
18+
Inserting the user \fItest\fR and the sha256 crypted clear text \fItestpwd\fR to the table \fIusers\fR.
1919
.PP
2020
.nf
2121
INSERT INTO USERS (username, password)

0 commit comments

Comments
 (0)