Fixed typos

This commit is contained in:
Jan Böhmer 2023-04-15 23:14:53 +02:00
parent 63df16a369
commit d04d743520
144 changed files with 263 additions and 265 deletions

View file

@ -42,7 +42,7 @@ class AttachmentPathResolverTest extends WebTestCase
{
parent::setUp();
//Get an service instance.
//Get a service instance.
self::bootKernel();
$this->projectDir_orig = realpath(self::$kernel->getProjectDir());
@ -117,7 +117,7 @@ class AttachmentPathResolverTest extends WebTestCase
//Every kind of absolute path, that is not based with our placeholder dirs must be invald
['/etc/passwd', null],
['C:\\not\\existing.txt', null],
//More then one placeholder is not allowed
//More than one placeholder is not allowed
[$this->footprint_path.'/test/'.$this->footprint_path, null],
//Path must begin with path
['/not/root'.$this->footprint_path, null],