summaryrefslogtreecommitdiffstats
path: root/src/recording
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-24 11:58:06 -0500
committerluz paz <luzpaz@users.noreply.github.com>2018-04-06 09:00:55 -0400
commit8005e8cc81f7da91310bfc9088802bf5228a2d43 (patch)
tree8fa8e4d461c8b100dd3bd90d56b1960645f080f6 /src/recording
parentc9791f01cab4682b124e0e0255efc1d44fad38ba (diff)
More misc. typos
Diffstat (limited to 'src/recording')
-rw-r--r--src/recording/recordingmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recording/recordingmanager.cpp b/src/recording/recordingmanager.cpp
index 10411a2133..0c31478829 100644
--- a/src/recording/recordingmanager.cpp
+++ b/src/recording/recordingmanager.cpp
@@ -203,7 +203,7 @@ void RecordingManager::slotBytesRecorded(int bytes)
m_iNumberOfBytesRecordedSplit += bytes;
//Split before reaching the max size. m_split_size has some headroom, as
- //seen in the constant defintions in defs_recording.h. Also, note that
+ //seen in the constant definitions in defs_recording.h. Also, note that
//bytes are increased in the order of 10s of KBs each call.
if(m_iNumberOfBytesRecordedSplit >= m_split_size)
{