Skip to content

Commit

Permalink
Fixed little typos in documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrauch authored and ayende committed Feb 27, 2010
1 parent 77a0643 commit 7d6815c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions How to Use.txt
Expand Up @@ -7,13 +7,13 @@ BEFORE creating the session factory, call the following:
Container Configuration
=======================

Rhino Sercurity make use of Common Service Locator (http://www.codeplex.com/CommonServiceLocator), you need to set the ServiceLocator.SetLocatorProvider() to provide the following services:
Rhino Security make use of Common Service Locator (http://www.codeplex.com/CommonServiceLocator), you need to set the ServiceLocator.SetLocatorProvider() to provide the following services:
* IAuthorizationService
* IAuthorizationRepository
* IPermissionsBuilderService
* IPermissionsService

ALL services must be TRASIENT, and the container needs to provide access to the current ISession.
ALL services must be TRANSIENT, and the container needs to provide access to the current ISession.
The following is an example of configuring Rhino Security using Windsor:

Kernel.Register(
Expand Down
2 changes: 1 addition & 1 deletion How to build.txt
Expand Up @@ -3,7 +3,7 @@ You do this using the following command from the root project directory:

.\psake.ps1 default.ps1

You may need to allow script execution by running the following command as adminstrator:
You may need to allow script execution by running the following command as administrator:

Set-ExecutionPolicy unrestricted

Expand Down

0 comments on commit 7d6815c

Please sign in to comment.