File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ The following classes are available for you to use:
91
91
92
92
In this scenario, our threat model is as follows. Alice is a server
93
93
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
95
95
developer working on code that will eventually run on the trusted web server.
96
96
97
97
Let's say Alice and Dave trust each other, and Alice is going to host Dave's
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public function testResourceToResourceWithPassword($srcFile)
151
151
152
152
/**
153
153
* @expectedException \Defuse\Crypto\Exception\WrongKeyOrModifiedCiphertextException
154
- * @excpectedExceptionMessage Ciphertext file has a bad magic number.
154
+ * @expectedExceptionMessage Ciphertext file has a bad magic number.
155
155
*/
156
156
public function testDecryptBadMagicNumber ()
157
157
{
You can’t perform that action at this time.
0 commit comments