1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r4948: Typo fixes in comments.

rafal
This commit is contained in:
Rafal Szczesniak
2005-01-23 22:14:44 +00:00
committed by Gerald (Jerry) Carter
parent 8c89551554
commit 97d40f1603

View File

@@ -45,7 +45,7 @@ enum libnet_rpc_connect_level {
};
union libnet_rpc_connect {
/* connect to a standart server */
/* connect to a standard server */
struct {
enum libnet_rpc_connect_level level;
@@ -62,7 +62,7 @@ union libnet_rpc_connect {
} out;
} standard;
/* connect to a domains PDC */
/* connect to a domain PDC */
struct {
enum libnet_rpc_connect_level level;