diff options
author | Ian C <ianc@noddybox.co.uk> | 2012-04-15 22:55:06 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2012-04-15 22:55:06 +0000 |
commit | cdc63ea212adc5f259559f7ab9204aac8e3ec1b2 (patch) | |
tree | 92b3e379f899d314865997e13a9f5eca51ac182c | |
parent | 98eadd12718239bc4ed5e3c2c746372877e9deda (diff) |
Typo fix
-rw-r--r-- | WPZX81/WPZX81/DisassemblerPage.xaml.cs | 2 |
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
{
|