← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13640: minor typo fix in CurrentUserService

 

------------------------------------------------------------
revno: 13640
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2014-01-07 20:22:34 +0100
message:
  minor typo fix in CurrentUserService
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/CurrentUserService.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/CurrentUserService.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/CurrentUserService.java	2013-08-23 15:56:19 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/user/CurrentUserService.java	2014-01-07 19:22:34 +0000
@@ -54,7 +54,7 @@
     User getCurrentUser();
     
     /**
-     * @return true if the current logged in user has the ALL priviliges set, false
+     * @return true if the current logged in user has the ALL privileges set, false
      *         otherwise.
      */
     boolean currentUserIsSuper();