Skip to content

Commit 1e24281

Browse files
committed
Fix typo
1 parent 3b7ec30 commit 1e24281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/nativecall.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ Prepare your system along these lines before trying out the examples:
818818
819819
=for code :lang<shell>
820820
$ mysql -u root -p
821-
SET PASSWROD = PASSWORD('sa');
821+
SET PASSWORD = PASSWORD('sa');
822822
DROP DATABASE test;
823823
CREATE DATABASE test;
824824

0 commit comments

Comments
 (0)