Spelling.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20695 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-05-30 14:09:09 +00:00
parent becdb44583
commit fa4a82327c

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1997 - 2002, 2005 Kungliga Tekniska H<>gskolan * Copyright (c) 1997 - 2007 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden). * (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved. * All rights reserved.
* *
@@ -350,7 +350,7 @@ akf_add_entry(krb5_context context,
for (i = 0; i < len; i++) { for (i = 0; i < len; i++) {
ret = krb5_ret_int32(sp, &kvno); ret = krb5_ret_int32(sp, &kvno);
if (ret) { if (ret) {
krb5_set_error_string (context, "Failed got get kvno "); krb5_set_error_string (context, "Failed to get kvno ");
goto out; goto out;
} }
if(krb5_storage_seek(sp, 8, SEEK_CUR) < 0) { if(krb5_storage_seek(sp, 8, SEEK_CUR) < 0) {