architecture.md: fix typo

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang 2016-12-14 22:15:01 -05:00
parent 65d82868c2
commit a6b8f2d14d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ is simply a directory on the filesystem.
![Architecture](architecture.png)
Note that while these architecteral ideas are important to understanding the
Note that while these architectural ideas are important to understanding the
system, code layout may not reflect the exact architecture. These ideas should
be used as a guide for placing functionality and behavior and understanding the
thought behind the design.