summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-09-29 17:22:09 -0700
committerKai Blin <kai@samba.org>2010-10-23 10:17:05 +0000
commitcaf4196899d864abe4bb6d3c9da3952f5b5ba8b8 (patch)
treeed0e6b993c25fef4f72df9e55718b83f6ef264a8 /librpc
parent97868713a0ed4a8519796abc69d282c9b2ea3121 (diff)
downloadsamba-caf4196899d864abe4bb6d3c9da3952f5b5ba8b8.tar.gz
dns/nbt: Fix spelling of the "authoritative" flag.
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dns.idl2
-rw-r--r--librpc/idl/nbt.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl
index faa623be5d9..1ccf822336e 100644
--- a/librpc/idl/dns.idl
+++ b/librpc/idl/dns.idl
@@ -25,7 +25,7 @@ interface dns
DNS_FLAG_RECURSION_AVAIL = 0x0080,
DNS_FLAG_RECURSION_DESIRED = 0x0100,
DNS_FLAG_TRUNCATION = 0x0200,
- DNS_FLAG_AUTHORITIVE = 0x0400,
+ DNS_FLAG_AUTHORITATIVE = 0x0400,
DNS_OPCODE = 0x7800,
DNS_FLAG_REPLY = 0x8000
} dns_operation;
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl
index 165a55cfa0e..246dfeb7c4d 100644
--- a/librpc/idl/nbt.idl
+++ b/librpc/idl/nbt.idl
@@ -25,7 +25,7 @@ interface nbt
NBT_FLAG_RECURSION_AVAIL = 0x0080,
NBT_FLAG_RECURSION_DESIRED = 0x0100,
NBT_FLAG_TRUNCATION = 0x0200,
- NBT_FLAG_AUTHORITIVE = 0x0400,
+ NBT_FLAG_AUTHORITATIVE = 0x0400,
NBT_OPCODE = 0x7800,
NBT_FLAG_REPLY = 0x8000
} nbt_operation;