summaryrefslogtreecommitdiffstats
path: root/voice/voiceagentprofile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'voice/voiceagentprofile.cpp')
-rw-r--r--voice/voiceagentprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/voice/voiceagentprofile.cpp b/voice/voiceagentprofile.cpp
index 05e3839..43d8b34 100644
--- a/voice/voiceagentprofile.cpp
+++ b/voice/voiceagentprofile.cpp
@@ -25,7 +25,7 @@ VoiceAgentProfile::VoiceAgentProfile(const QString &name,
const QString &wuws)
: m_name(name), m_vaid(id), m_vaapi(api), m_active(active),
m_activewuw(wuw), m_vendor(vendor), m_wuws(wuws),
- m_authstate("UNITIALIZED"), m_connstate("DISCONNECTED"),
+ m_authstate("UNINITIALIZED"), m_connstate("DISCONNECTED"),
m_dialogstate("MICROPHONEOFF"), m_logincode(QString()),
m_loginurl(QString()), m_expired(true)
{
ef='#n83'>83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130