summaryrefslogtreecommitdiff
path: root/sbuild/sbuild-auth.h
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-07-27 19:52:28 +0000
committerRoger Leigh <rleigh@debian.org>2006-07-27 19:52:28 +0000
commit94f509c3077af615879bff2e76b2908dbccc3c41 (patch)
treea97363b0c5321274bf599dbdba4f0bde5be2e310 /sbuild/sbuild-auth.h
parent358b9342c624fa67506fc153e0a52e3fb845062c (diff)
downloadschroot-94f509c3077af615879bff2e76b2908dbccc3c41.tar.gz
* schroot/schroot-releaselock.cc, schroot/schroot.cc,
schroot/schroot-listmounts.cc, sbuild/sbuild-parse-error.h, sbuild/sbuild-auth.cc, sbuild/sbuild-auth.h, dchroot/dchroot.cc, dchroot-dsa/dchroot-dsa.cc: Fix typo (occured). Thanks to Jens Seidel <jensseidel@users.sf.net> for reporting this.
Diffstat (limited to 'sbuild/sbuild-auth.h')
-rw-r--r--sbuild/sbuild-auth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbuild/sbuild-auth.h b/sbuild/sbuild-auth.h
index 2ec14aef..98f075ad 100644
--- a/sbuild/sbuild-auth.h
+++ b/sbuild/sbuild-auth.h
@@ -49,7 +49,7 @@ namespace sbuild
* In order to use PAM correctly, it is important to call several of
* the methods in the correct order. For example, it is not possible
* to authorise a user before authenticating a user, and a session may
- * not be started before either of these have occured.
+ * not be started before either of these have occurred.
*
* The correct order is
* - start
@@ -59,7 +59,7 @@ namespace sbuild
* - cred_establish
* - open_session
*
- * After the session has finished, or if an error occured, the
+ * After the session has finished, or if an error occurred, the
* corresponding cleanup methods should be called
* - close_session
* - cred_delete