From 8a627b5d65b65e926f739272bb8f8191cd1a25b3 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 1 Nov 2019 17:18:37 +1300 Subject: [PATCH] librpc: Fix typo in "quota" name in IDL Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- librpc/idl/quota.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/quota.idl b/librpc/idl/quota.idl index 7c4d00acfcb..8d713c8475a 100644 --- a/librpc/idl/quota.idl +++ b/librpc/idl/quota.idl @@ -27,7 +27,7 @@ interface file_quota { } file_quota_information; } -interface smb2_query_quoata +interface smb2_query_quota { /* MS-SMB2 2.2.37.1 */ typedef [public] struct { -- 2.47.3