From 4991eed1e64f4ebc1901e975ef6f768e77c5a45e Mon Sep 17 00:00:00 2001 From: namjjd Date: Mon, 4 Sep 2017 10:51:44 +0800 Subject: [PATCH] Fix typo in VERSION string with incorrect spelling of AddressBook --- src/seedu/addressbook/Main.java | 2 +- test/expected.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/seedu/addressbook/Main.java b/src/seedu/addressbook/Main.java index 3442a7bb4..bc18bed7e 100644 --- a/src/seedu/addressbook/Main.java +++ b/src/seedu/addressbook/Main.java @@ -23,7 +23,7 @@ public class Main { /** Version info of the program. */ - public static final String VERSION = "AddessBook Level 2 - Version 1.0"; + public static final String VERSION = "AddressBook Level 2 - Version 1.0"; private TextUi ui; private StorageFile storage; diff --git a/test/expected.txt b/test/expected.txt index 84f7f8bf3..49993eaa1 100644 --- a/test/expected.txt +++ b/test/expected.txt @@ -1,7 +1,7 @@ || =================================================== || =================================================== || Welcome to your Address Book! -|| AddessBook Level 2 - Version 1.0 +|| AddressBook Level 2 - Version 1.0 || Launch command format: java seedu.addressbook.Main [STORAGE_FILE_PATH] || Using storage file : addressbook.xml || ===================================================