summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-09 17:28:12 +0000
committerAntónio Fernandes <antoniojpfernandes@gmail.com>2020-08-09 20:50:07 +0000
commit10d1a7e28d383aed1813ee753c0bc649580d27c0 (patch)
tree83fd513c9f995a16bf7f41b605f2951262fbd57a
parent0fb8d15051a29cf9ed91f3e4d6bdb3c263ac3ba1 (diff)
downloadnautilus-10d1a7e28d383aed1813ee753c0bc649580d27c0.tar.gz
Correct a typo in Overview.md
-rw-r--r--docs/Overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Overview.md b/docs/Overview.md
index 9bbda59c2..9194aa4ec 100644
--- a/docs/Overview.md
+++ b/docs/Overview.md
@@ -17,7 +17,7 @@ to previous files.
= Directory Ownership =
Every file has a directory associated, that is usually the parent. However, when
the file is a root and has no parent, the file is called self_owned, and the directory
-and the file are the same location, but diferent objects.
+and the file are the same location, but different objects.
It's better to always deal with files instead of directories, and let the file handle
the ownership of its associated directory.