Fixed spelling.

This commit is contained in:
antiduh
2014-06-26 23:40:35 +00:00
parent 0506420ab4
commit c9a4e69dc3

View File

@@ -32,6 +32,6 @@ namespace NSspi
[ReliabilityContract( Consistency.WillNotCorruptState, Cer.Success )]
[DllImport( "Secur32.dll", EntryPoint = "QuerySecurityPackageInfo", CharSet = CharSet.Unicode )]
internal static extern SecurityStatus QuerySecurityPackageInfo( string packageName, ref IntPtr pkgInof );
internal static extern SecurityStatus QuerySecurityPackageInfo( string packageName, ref IntPtr pkgInfo );
}
}