Fix typo.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@139948 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectFrame.cpp b/source/Commands/CommandObjectFrame.cpp
index 943d39e..4982bfb 100644
--- a/source/Commands/CommandObjectFrame.cpp
+++ b/source/Commands/CommandObjectFrame.cpp
@@ -540,7 +540,7 @@
                                     if (var_sp && var_sp->GetDeclaration().GetFile())
                                     {
                                         StreamString ss;
-                                        // True to show fullpath for declrarion file.
+                                        // True to show fullpath for declaration file.
                                         var_sp->GetDeclaration().DumpStopContext(&ss, true);
                                         wp_loc->SetDeclInfo(ss.GetString());
                                     }