spelling, small cleanups

This commit is contained in:
Gilles Crettenand
2015-06-02 23:14:54 +02:00
parent b587047d17
commit 4f865d1186
8 changed files with 36 additions and 38 deletions

View File

@@ -48,7 +48,7 @@ abstract class DbMapping
/**
* Ensure that name attribute is authorized
* If public_only is false, check agains PRIVATE_ATTRIBUTES_NAME too.
* If public_only is false, check against PRIVATE_ATTRIBUTES_NAME too.
* Those one cannot be accessed via setAttributes and other batch methods.
* @param string $name
* @param bool $public_only
@@ -62,7 +62,7 @@ abstract class DbMapping
}
/**
* Get a user attribute or the linked whishes
* Get a user attribute or the linked wishes
* @param string $name
* @return mixed