Browse Source

Fix few randomly spotted typos

Alois Mahdal 2 years ago
parent
commit
0e72b192bb
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      guidelines/hierarchy.md

+ 2
- 2
guidelines/hierarchy.md View File

@@ -86,7 +86,7 @@ via file such as *.gitignore*.
86 86
 ### notes ###
87 87
 
88 88
 Documentation related to your project.  Evertything from guidelines to
89
-newcomer howtos, style guides, design notes, philpsophy articles...
89
+newcomer howtos, style guides, design notes, philosophy articles...
90 90
 
91 91
 
92 92
 ### utils ###
@@ -148,7 +148,7 @@ A "living" example: [shellfu][2]:
148 148
     │   ├── complete.bash           #
149 149
     │   ├── include-bash            #   notice that tree here does
150 150
     │   │   └── ...                 #   not attempt to strictly follow
151
-    │   ├── include-sh              #   final placement, jsut hinting
151
+    │   ├── include-sh              #   final placement, just hinting
152 152
     │   │   └── ...                 #   is enough
153 153
     │   └── shellfu.sh.skel         # /
154 154
     ├── tests                   # \