Fix minor typo.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 1 Oct 2007 16:44:29 +0000 (18:44 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Mon, 1 Oct 2007 16:44:29 +0000 (18:44 +0200)
rpmio/rpmio.h

index 354cba7..46e1292 100644 (file)
@@ -391,7 +391,7 @@ int fdReadable(FD_t fd, int secs);
 
 /**
  * Insure that directories in path exist, creating as needed.
- * @param path         diretory path
+ * @param path         directory path
  * @param mode         directory mode (if created)
  * @param uid          directory uid (if created), or -1 to skip
  * @param gid          directory uid (if created), or -1 to skip