diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-23 00:26:41 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-23 00:26:41 +0000 |
commit | 73a7abf77d5c3f03dcd7947decf6b7e2dbcfd4d5 (patch) | |
tree | caeb0457f1f0a97ea566849fbddadc0321e99483 | |
parent | 440709a9d86f2630c57d4f12b92b5f64ded9bf7a (diff) | |
download | samba-73a7abf77d5c3f03dcd7947decf6b7e2dbcfd4d5.tar.gz samba-73a7abf77d5c3f03dcd7947decf6b7e2dbcfd4d5.tar.bz2 samba-73a7abf77d5c3f03dcd7947decf6b7e2dbcfd4d5.zip |
Fix typo in comment
(This used to be commit e7ed8bfc24d94b0b6e70a03eaae927fe1daa7d56)
-rw-r--r-- | source3/utils/profiles.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/profiles.c b/source3/utils/profiles.c index b2b351b2fc..7c2d820c81 100644 --- a/source3/utils/profiles.c +++ b/source3/utils/profiles.c @@ -1,7 +1,7 @@ /* Samba Unix/Linux SMB client utility profiles.c Copyright (C) 2002 Richard Sharpe, rsharpe@richardsharpe.com - Copyright (C) 2003 Jelmer Vernooij + Copyright (C) 2003 Jelmer Vernooij (conversion to popt) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ times... the "regf"-Block ================ -"regf" is obviosly the abbreviation for "Registry file". "regf" is the +"regf" is obviously the abbreviation for "Registry file". "regf" is the signature of the header-block which is always 4kb in size, although only the first 64 bytes seem to be used and a checksum is calculated over the first 0x200 bytes only! |