From bf0a8e0f91c6bfa5a98d894d4a8ef1e8f1552ee3 Mon Sep 17 00:00:00 2001 From: Menithal Date: Thu, 29 Jun 2017 23:18:52 +0300 Subject: [PATCH] Updated Comment --- interface/src/AvatarBookmarks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/AvatarBookmarks.cpp b/interface/src/AvatarBookmarks.cpp index db83a82a1e..73192b0bef 100644 --- a/interface/src/AvatarBookmarks.cpp +++ b/interface/src/AvatarBookmarks.cpp @@ -85,7 +85,7 @@ void AvatarBookmarks::changeToBookmarkedAvatar() { const QMap bookmark = action->data().toMap(); // Not magic value. This is the current made version, and if it changes this interpreter should be updated to // handle the new one separately. - // This is where the avatar bookmark entry is parsed. If adding new Paradrims, make sure to have backward compat with previous + // This is where the avatar bookmark entry is parsed. If adding new Value, make sure to have backward compatability with previous if (bookmark.value(ENTRY_VERSION) == 3) { const QString& avatarUrl = bookmark.value(ENTRY_AVATAR_URL, "").toString(); myAvatar->useFullAvatarURL(avatarUrl);