From dbd8ea1e7de75eeaf8c9aaaa0f29702fd3450c99 Mon Sep 17 00:00:00 2001
From: Brian Coca <brian.coca+git@gmail.com>
Date: Fri, 20 Feb 2015 09:57:27 -0500
Subject: [PATCH] fixed typo on isgid

---
 files/stat.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files/stat.py b/files/stat.py
index 49d5f166d34..fbf2d4cb8f6 100644
--- a/files/stat.py
+++ b/files/stat.py
@@ -220,7 +220,7 @@ stat:
             returned: success, path exists and user can read stats
             type: boolean
             sample: False
-        isrid:
+        isgid:
             description: Tells you if the invoking user's group id matches the owner's group id
             returned: success, path exists and user can read stats
             type: boolean