Skip to content

Commit cf0b4f3

Browse files
committed
Fix typo's
1 parent 181e5f3 commit cf0b4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The following classes are available for you to use:
9191

9292
In this scenario, our threat model is as follows. Alice is a server
9393
administrator responsible for managing a trusted web server. Eve is a database
94-
administrator responsibile for managing a database server. Dave is a web
94+
administrator responsible for managing a database server. Dave is a web
9595
developer working on code that will eventually run on the trusted web server.
9696

9797
Let's say Alice and Dave trust each other, and Alice is going to host Dave's

test/unit/FileTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function testResourceToResourceWithPassword($srcFile)
151151

152152
/**
153153
* @expectedException \Defuse\Crypto\Exception\WrongKeyOrModifiedCiphertextException
154-
* @excpectedExceptionMessage Ciphertext file has a bad magic number.
154+
* @expectedExceptionMessage Ciphertext file has a bad magic number.
155155
*/
156156
public function testDecryptBadMagicNumber()
157157
{

0 commit comments

Comments
 (0)