DieterDP-ng commented on code in PR #6292:
URL: https://github.com/apache/hadoop/pull/6292#discussion_r1475779161


##########
hadoop-common-project/hadoop-common/src/site/markdown/filesystem/filesystem.md:
##########
@@ -88,7 +88,7 @@ Get the status of a path
             stat.length = len(FS.Files[p])
             stat.isdir = False
             stat.blockSize > 0
-        elif isDir(FS, p) :
+        elif isDirectory(FS, p) :

Review Comment:
   Indeed, missed that. Also changed line 67 to reflect that.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to