summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-04-15 22:55:06 +0000
committerIan C <ianc@noddybox.co.uk>2012-04-15 22:55:06 +0000
commitcdc63ea212adc5f259559f7ab9204aac8e3ec1b2 (patch)
tree92b3e379f899d314865997e13a9f5eca51ac182c
parent98eadd12718239bc4ed5e3c2c746372877e9deda (diff)
Typo fix
-rw-r--r--WPZX81/WPZX81/DisassemblerPage.xaml.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WPZX81/WPZX81/DisassemblerPage.xaml.cs b/WPZX81/WPZX81/DisassemblerPage.xaml.cs
index 63717bb..cddebf6 100644
--- a/WPZX81/WPZX81/DisassemblerPage.xaml.cs
+++ b/WPZX81/WPZX81/DisassemblerPage.xaml.cs
@@ -16,7 +16,7 @@ using WPZX81.ViewModels;
namespace WPZX81
{
/// <summary>
- /// Displays the disassembler page. Not even attempted to MVVM it.
+ /// Displays the disassembler page.
/// </summary>
public partial class DisassemblerPage : PhoneApplicationPage, INotifyPropertyChanged
{