diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-14 19:01:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-14 19:01:53 -0300 |
commit | b0a8182206e128b9a457148e7557e52fe7db4d7d (patch) | |
tree | 6f9e9451878f086cf3cf6464f95a531c68083942 | |
parent | 1ce45e518bec34cbefe1efa56b776a08ba4e68be (diff) | |
download | serverdata-b0a8182206e128b9a457148e7557e52fe7db4d7d.tar.gz serverdata-b0a8182206e128b9a457148e7557e52fe7db4d7d.tar.bz2 serverdata-b0a8182206e128b9a457148e7557e52fe7db4d7d.tar.xz serverdata-b0a8182206e128b9a457148e7557e52fe7db4d7d.zip |
Fix a typo reported by u5er
-rw-r--r-- | npc/020-7-1/nea.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/nea.txt b/npc/020-7-1/nea.txt index 90c84f3ed..40dd4cfa7 100644 --- a/npc/020-7-1/nea.txt +++ b/npc/020-7-1/nea.txt @@ -55,7 +55,7 @@ function askQuestion { break; case 3: mesn; - mesq l("Petu? Yeah, he's the kind of person who always wants to do things perfectly. That makes it a bit difficult to work with him, since his expectations for others are as high as for himself."); + mesq l("Peetu? Yeah, he's the kind of person who always wants to do things perfectly. That makes it a bit difficult to work with him, since his expectations for others are as high as for himself."); next; mesn; mesq l("I really wonder how that accident could've happened. I'd have never expected him to mess something up like that."); |