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
 ### notes ###
86
 ### notes ###
87
 
87
 
88
 Documentation related to your project.  Evertything from guidelines to
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
 ### utils ###
92
 ### utils ###
148
     │   ├── complete.bash           #
148
     │   ├── complete.bash           #
149
     │   ├── include-bash            #   notice that tree here does
149
     │   ├── include-bash            #   notice that tree here does
150
     │   │   └── ...                 #   not attempt to strictly follow
150
     │   │   └── ...                 #   not attempt to strictly follow
151
-    │   ├── include-sh              #   final placement, jsut hinting
151
+    │   ├── include-sh              #   final placement, just hinting
152
     │   │   └── ...                 #   is enough
152
     │   │   └── ...                 #   is enough
153
     │   └── shellfu.sh.skel         # /
153
     │   └── shellfu.sh.skel         # /
154
     ├── tests                   # \
154
     ├── tests                   # \